In The Hand
SplitHeaderByte Method (headerByte, etd, sizeIndex)
NamespacesInTheHand.Net.BluetoothServiceRecordParserSplitHeaderByte(Byte, ElementTypeDescriptor%, SizeIndex%)
.NET Components for Mobility
Split a header byte into its ElementTypeDescriptor and SizeIndex parts.
Declaration Syntax
C#Visual Basic
public static void SplitHeaderByte(
	byte headerByte,
	out ElementTypeDescriptor etd,
	out SizeIndex sizeIndex
)
Public Shared Sub SplitHeaderByte ( _
	headerByte As Byte, _
	<OutAttribute> ByRef etd As ElementTypeDescriptor, _
	<OutAttribute> ByRef sizeIndex As SizeIndex _
)
Parameters
headerByte (Byte)

[Missing <param name="headerByte"/> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecordParser.SplitHeaderByte(System.Byte,InTheHand.Net.Bluetooth.ElementTypeDescriptor@,InTheHand.Net.Bluetooth.SizeIndex@)"]

etd ( ElementTypeDescriptor %)

[Missing <param name="etd"/> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecordParser.SplitHeaderByte(System.Byte,InTheHand.Net.Bluetooth.ElementTypeDescriptor@,InTheHand.Net.Bluetooth.SizeIndex@)"]

sizeIndex ( SizeIndex %)

[Missing <param name="sizeIndex"/> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecordParser.SplitHeaderByte(System.Byte,InTheHand.Net.Bluetooth.ElementTypeDescriptor@,InTheHand.Net.Bluetooth.SizeIndex@)"]

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

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0