Split a header byte into its ElementTypeDescriptor and
SizeIndex parts.
| 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 _ )
- 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@)"]
The ElementTypeDescriptor returned is not checked to be a
known value.