ElementTypeDescriptor Enumeration
Represents the type of the element in the SDP record binary format,
and is stored as the higher 5 bits of the header byte.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public enum ElementTypeDescriptor
Public Enumeration ElementTypeDescriptor
public enum class ElementTypeDescriptor
type ElementTypeDescriptor
There is an identifier for each major type: String vs UUID vs unsigned integer.
There are various sizes of UUID and integer type for instance, the resultant
types are listed in enum ElementType.
Nil | 0 | |
UnsignedInteger | 1 | |
TwosComplementInteger | 2 | |
Uuid | 3 | |
TextString | 4 | |
Boolean | 5 | |
ElementSequence | 6 | |
ElementAlternative | 7 | |
Url | 8 | |
Unknown | -1 | |