Creates a new packetHeader
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- packetTypeStr
- Type: System String
The packet type to be used.
- payloadPacketSize
- Type: System Int64
The size on bytes of the payload
- sendReceiveOptions (Optional)
- Type: NetworkCommsDotNet SendReceiveOptions
Send receive options which may contain header relevant options.
- requestedReturnPacketTypeStr (Optional)
- Type: System String
An optional field representing the expected return packet type
- checkSumHash (Optional)
- Type: System String
An optional field representing the payload checksum
See Also