IpPacketDeserialize Method |
Namespace: Network.Sim.Network.Ip
public static IpPacket Deserialize( byte[] data )
Exception | Condition |
---|---|
ArgumentNullException | Thrown if the data argument is null. |
SerializationException | Thrown if the IP packet could not be deserialized from the specified byte array. |