프로퍼티 | 타입 | 설명 | |
---|---|---|---|
AttributeType | STUNAttributeTypesEnum | ||
Length | |||
Value | byte[] |
메소드 | 설명 | |
---|---|---|
ParseMessageAttributes ( byte buffer, int startIndex, int endIndex ) : List |
||
STUNAttribute ( STUNAttributeTypesEnum attributeType, |
||
STUNAttribute ( STUNAttributeTypesEnum attributeType, byte value ) : NUnit.Framework | ||
ToByteBuffer ( byte buffer, int startIndex ) : int | ||
ToString ( ) : string |
public static ParseMessageAttributes ( byte buffer, int startIndex, int endIndex ) : List |
||
buffer | byte | |
startIndex | int | |
endIndex | int | |
리턴 | List |
public STUNAttribute ( STUNAttributeTypesEnum attributeType, |
||
attributeType | STUNAttributeTypesEnum | |
length | ||
value | byte | |
리턴 | NUnit.Framework |
public STUNAttribute ( STUNAttributeTypesEnum attributeType, byte value ) : NUnit.Framework | ||
attributeType | STUNAttributeTypesEnum | |
value | byte | |
리턴 | NUnit.Framework |
public ToByteBuffer ( byte buffer, int startIndex ) : int | ||
buffer | byte | |
startIndex | int | |
리턴 | int |