Parses an array of bytes into the contained
ServiceRecord.
| C# | Visual Basic |
public ServiceRecord Parse( byte[] buffer )
Public Function Parse ( _ buffer As Byte() _ ) As ServiceRecord
- buffer (array< Byte >[]()[])
[Missing <param name="buffer"/> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecordParser.Parse(System.Byte[])"]
[Missing <returns> documentation for "M:InTheHand.Net.Bluetooth.ServiceRecordParser.Parse(System.Byte[])"]
See Parse(array<Byte>[]()[], Int32, Int32)
for more information.