Click or drag to resize

STUN_AttributeParseValue Method

Parses the value of the STUN attribute from the raw data

Namespace:  Ozeki.Network
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
protected virtual void ParseValue(
	byte[] data,
	int offset
)

Parameters

data
Type: SystemByte
Raw data
offset
Type: SystemInt32
The start index of the STUN attribute in the raw data
See Also