IProtocolHandlerParsePacket Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
SyntaxObject 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 Byte
-
- unprocessedBytes Int32
-
Return Value
Object
See Also