Append a connection specific packet handler using the connection default SendReceiveOptions
Namespace: NetworkCommsDotNet.ConnectionsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- packetTypeStr
- Type: System String
The packet type for which this handler will be executed
- packetHandlerDelgatePointer
- Type: NetworkCommsDotNet NetworkComms PacketHandlerCallBackDelegate incomingObjectType
The delegate to be executed when a packet of packetTypeStr is received
Type Parameters
- incomingObjectType
- The type of incoming object
See Also