ServiceRecordParserParse(Byte) Method

Parses an array of bytes into its contained ServiceRecord.

Definition

Namespace: InTheHand.Net.Bluetooth.Sdp
Assembly: InTheHand.Net.Bluetooth (in InTheHand.Net.Bluetooth.dll) Version: 4.0.32+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public ServiceRecord Parse(
	byte[] buffer
)

Parameters

buffer  Byte
A byte array containing the encoded Service Record.

Return Value

ServiceRecord
The new ServiceRecord parsed from the byte array.

Remarks

See Parse(Byte, Int32, Int32) for more information.

See Also

Reference

Parse(Byte, Int32, Int32)
CreateServiceRecordFromBytes(Byte)