IProtocolHandlerParsePacket Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax Object ParsePacket(
byte[] packet,
out int unprocessedBytes
)
Function ParsePacket (
packet As Byte(),
<OutAttribute> ByRef unprocessedBytes As Integer
) As Object
Object^ ParsePacket(
array<unsigned char>^ packet,
[OutAttribute] int% unprocessedBytes
)
abstract ParsePacket :
packet : byte[] *
unprocessedBytes : int byref -> Object
Parameters
- packet
- Type: SystemByte
- unprocessedBytes
- Type: SystemInt32
Return Value
Type:
ObjectSee Also