Serializes this instance of the EthernetFrame class into a sequence of
bytes.
Namespace: Network.Sim.Lan.EthernetAssembly: Network.Sim (in Network.Sim.exe) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic byte[] Serialize()
Return Value
Type:
ByteA sequence of bytes representing this instance of the
EthernetFrame class.
Implements
SerializableSerialize
See Also