STUN_AttributeParseValue Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxprotected 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 Byte
-
- offset Int32
-
See Also