STUN_AttributeParseValue Method |
Parses the value 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 virtual void ParseValue(
byte[] data,
int offset
)
Protected Overridable Sub ParseValue (
data As Byte(),
offset As Integer
)
protected:
virtual void ParseValue(
array<unsigned char>^ data,
int offset
)
abstract ParseValue :
data : byte[] *
offset : int -> unit
override ParseValue :
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