NetworkComms GlobalPacketTypeUnwrapperOptions Method NetworkComms.Net Help
Returns the unwrapper SendReceiveOptions for the provided packet type. If no specific options are registered returns null.

Namespace: NetworkCommsDotNet
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public static SendReceiveOptions GlobalPacketTypeUnwrapperOptions(
	string packetTypeStr
)

Parameters

packetTypeStr
Type: OnlineSystem String
The packet type for which the SendReceiveOptions are required

Return Value

Type: SendReceiveOptions
The requested SendReceiveOptions otherwise null
See Also