STUN_AttributeParseHeader Method |
Parses the header of the STUN attribute from the raw data
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxprotected 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 Byte
- Raw data
- offset Int32
- The start index of the STUN attribute in the raw data
See Also