Overload List
Name | Description | |
---|---|---|
RemoveGlobalIncomingPacketHandler |
Removes all delegates for all packet types
| |
RemoveGlobalIncomingPacketHandler(String) |
Removes all delegates for the provided packet type.
| |
RemoveGlobalIncomingPacketHandler packetHandlerIncomingObjectType (String, NetworkComms PacketHandlerCallBackDelegate packetHandlerIncomingObjectType ) |
Removes the provided delegate for the specified packet type. If the provided delegate does not exist for this packet type just returns.
|
See Also