STUN_AttributeParseHeader Method |
Parses the header of the STUN attribute from the raw data
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected void ParseHeader(
byte[] data,
int offset
)
Protected Sub ParseHeader (
data As Byte(),
offset As Integer
)
protected:
void ParseHeader(
array<unsigned char>^ data,
int offset
)
member ParseHeader :
data : byte[] *
offset : int -> unit
Parameters
- data
- Type: SystemByte
Raw data - offset
- Type: SystemInt32
The start index of the STUN attribute in the raw data
See Also