Returns true if a global packet handler exists for the provided packet type.
Namespace: NetworkCommsDotNetAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- packetTypeStr
- Type: System String
The packet type for which to check incoming packet handlers
Return Value
Type: BooleanTrue if a global packet handler exists
See Also