ServiceRecordParserGetSizeIndex Method
Extract the SizeIndex field from a header byte.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public static SizeIndex GetSizeIndex(
byte headerByte
)
Public Shared Function GetSizeIndex (
headerByte As Byte
) As SizeIndex
public:
static SizeIndex GetSizeIndex(
unsigned char headerByte
)
static member GetSizeIndex :
headerByte : byte -> SizeIndex
- headerByte Byte
- The byte from the header.
SizeIndexThe value as a
SizeIndex.
Reference
SplitHeaderByte(Byte, ElementTypeDescriptor, SizeIndex)
GetElementTypeDescriptor(Byte)