Create a new packet
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- sendingPacketTypeStr
- Type: System String
The sending packet type
- requestReturnPacketTypeStr
- Type: System String
The expected return packet type
- payloadObject
- Type: System Object
The object to be sent
- options
- Type: NetworkCommsDotNet SendReceiveOptions
The SendReceiveOptions to be used to create this packet
See Also