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.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
Public Enumeration SizeIndex
public enum class SizeIndex
LengthOneByteOrNil | 0 | |
LengthTwoBytes | 1 | |
LengthFourBytes | 2 | |
LengthEightBytes | 3 | |
LengthSixteenBytes | 4 | |
AdditionalUInt8 | 5 | |
AdditionalUInt16 | 6 | |
AdditionalUInt32 | 7 | |
Reference
SplitHeaderByte(Byte, ElementTypeDescriptor, SizeIndex)
GetSizeIndex(Byte)