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.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public enum ElementTypeDescriptor

Remarks

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.

Members

Nil0 
UnsignedInteger1 
TwosComplementInteger2 
Uuid3 
TextString4 
Boolean5 
ElementSequence6 
ElementAlternative7 
Url8 
Unknown-1 

See Also