ServiceRecordParserParse(Byte) Method
Parses an array of bytes into its contained
ServiceRecord.
Namespace: InTheHand.Net.Bluetooth.SdpAssembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public ServiceRecord Parse(
byte[] buffer
)
Public Function Parse (
buffer As Byte()
) As ServiceRecord
public:
ServiceRecord^ Parse(
array<unsigned char>^ buffer
)
member Parse :
buffer : byte[] -> ServiceRecord
- buffer Byte
- A byte array containing the encoded Service Record.
ServiceRecordThe new
ServiceRecord parsed from the byte array.
See Parse(Byte, Int32, Int32)
for more information.
Reference
Parse(Byte, Int32, Int32)
CreateServiceRecordFromBytes(Byte)