Click or drag to resize
FrameSerialize Method
Serializes this instance of the EthernetFrame class into a 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 byte[] Serialize()

Return Value

Type: Byte
A sequence of bytes representing this instance of the EthernetFrame class.

Implements

SerializableSerialize
See Also