ArpPacketSerialize Method |
Serializes this instance of the ArpPacket class into a sequence of
bytes.
Namespace: Network.Sim.Network.Ip.ArpAssembly: 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
ArpPacket class.
Implements
SerializableSerialize
See Also