STUN_AttributeParse Method |
Namespace: Ozeki.NetworkAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxpublic static STUN_Attribute Parse(
byte[] data,
int offset,
MessageProtocol protocol,
byte[] transactionId
)
Public Shared Function Parse (
data As Byte(),
offset As Integer,
protocol As MessageProtocol,
transactionId As Byte()
) As STUN_Attribute
public:
static STUN_Attribute^ Parse(
array<unsigned char>^ data,
int offset,
MessageProtocol protocol,
array<unsigned char>^ transactionId
)
static member Parse :
data : byte[] *
offset : int *
protocol : MessageProtocol *
transactionId : byte[] -> STUN_Attribute Parameters
- data Byte
-
- offset Int32
-
- protocol MessageProtocol
-
- transactionId Byte
-
Return Value
STUN_Attribute
See Also