ServiceRecordParserSplitHeaderByte Method

Split a header byte into its ElementTypeDescriptor and SizeIndex parts.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public static void SplitHeaderByte(
	byte headerByte,
	out ElementTypeDescriptor etd,
	out SizeIndex sizeIndex
)

Parameters

headerByte  Byte
The byte from the header.
etd  ElementTypeDescriptor
The ElementTypeDescriptor value from the header byte.
sizeIndex  SizeIndex
The SizeIndex value from a header byte.

Remarks

The ElementTypeDescriptor returned is not checked to be a known value.

See Also

Reference

GetElementTypeDescriptor(Byte)
GetSizeIndex(Byte)