Click or drag to resize
FrameDeserialize Method
Deserializes an EthernetFrame instance from the specified sequence of bytes.

Namespace: Network.Sim.Lan.Ethernet
Assembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Frame Deserialize(
	byte[] data
)

Parameters

data
Type: SystemByte
The sequence of bytes to deserialize an EthernetFrame object from.

Return Value

Type: Frame
A deserialized EthernetFrame object.
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown if the data argument is null.
See Also