Click or drag to resize

ServiceRecordParserParse Method (Byte, Int32, Int32)

Namespace:  InTheHand.Net.Bluetooth
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public ServiceRecord Parse(
	byte[] buffer,
	int offset,
	int length
)

Parameters

buffer
Type: SystemByte
offset
Type: SystemInt32
length
Type: SystemInt32

Return Value

Type: ServiceRecord
See Also