BlueLibs documentation

DataElemtTag Enumeration

Enumeration of valid SDP data element tags. Actually these bytes are type descriptor in upper 5 bit + len descriptor in low 3 bits

[Visual Basic]
Public Enum DataElemtTag
    Inherits 
[C#]
public enum DataElemtTag

Members

Member Name Description
NULL_VALUE null value
UINT1_VALUE 1 byte unsigned integer
UINT2_VALUE 2 bytes unsigned integer
UINT4_VALUE 4 bytes unsigned integer
UINT8_VALUE 8 bytes unsigned integer
UINT16_VALUE 16 bytes unsigned integer
INT1_VALUE 1 byte signed integer
INT2_VALUE 2 bytes signed integer
INT4_VALUE 4 bytes signed integer
INT8_VALUE 8 bytes signed integer
INT16_VALUE 16 bytes signed integer
URL1_VALUE URL data element containing 1 byte length before the string
URL2_VALUE URL data element containing 2 bytes length before the string
URL4_VALUE URL data element containing 4 bytes length before the string
UUID_VALUE 128 bits UUID value
UUID16_VALUE 16 bits UUID value
BOOL_VALUE boolean value
STRING1_VALUE string data element containing 1 byte length before the string
STRING2_VALUE string data element containing 2 bytes length before the string
STRING4_VALUE string data element containing 4 bytes length before the string
DATSEQ1_VALUE data sequence element containing 1 byte length
DATSEQ2_VALUE data sequence element containing 2 bytes length
DATSEQ4_VALUE data sequence element containing 4 bytes length
DATALT1_VALUE data alternative element containing 1 byte length
DATALT2_VALUE data alternative element containing 2 bytes length
DATALT4_VALUE data alternative element containing 4 bytes length

Requirements

Namespace: BlueLibs.SDP

Assembly: BlueLibs (in BlueLibs.dll)

See Also

BlueLibs.SDP Namespace