Deserializes an EthernetFrame instance from the specified sequence of
bytes.
Namespace: Network.Sim.Lan.EthernetAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static Frame Deserialize(
byte[] data
)
Parameters
- data
- Type: SystemByte
The sequence of bytes to deserialize an EthernetFrame
object from.
Return Value
Type:
FrameA deserialized EthernetFrame object.
Exceptions
See Also