SizeIndex Enumeration

Represents the size of the SDP element in the record binary format, and is stored as the lower 3 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 SizeIndex

Members

LengthOneByteOrNil0 
LengthTwoBytes1 
LengthFourBytes2 
LengthEightBytes3 
LengthSixteenBytes4 
AdditionalUInt85 
AdditionalUInt166 
AdditionalUInt327 

See Also

Reference

SplitHeaderByte(Byte, ElementTypeDescriptor, SizeIndex)
GetSizeIndex(Byte)