The IPacket type exposes the following members.
Back to Top
Back to Top
Methods
Name | Description | |
---|---|---|
Dispose |
Dispose of internal packet resources
| |
SerialiseHeader |
Returns the serialised bytes of the packet header appended by the serialised header size. This is required to
rebuild the header on receive.
|
Properties
Name | Description | |
---|---|---|
PacketData |
The payload data stream
| |
PacketHeader |
The packet header for this packet
|
See Also