IPacket MembersNetworkComms.Net Help
The IPacket type exposes the following members.
Methods

  NameDescription
Public methodDispose
Dispose of internal packet resources
Public methodSerialiseHeader
Returns the serialised bytes of the packet header appended by the serialised header size. This is required to rebuild the header on receive.
Back to Top
Properties

  NameDescription
Public propertyPacketData
The payload data stream
Public propertyPacketHeader
The packet header for this packet
Back to Top
See Also