In The Hand
GetServiceRecordsUnparsed Method (service)
NamespacesInTheHand.Net.SocketsBluetoothDeviceInfoGetServiceRecordsUnparsed(Guid)
.NET Components for Mobility
Run an SDP query on the device’s Service Discovery Database, returning the raw byte rather than a parsed record.
Declaration Syntax
C#Visual Basic
public byte[][] GetServiceRecordsUnparsed(
	Guid service
)
Public Function GetServiceRecordsUnparsed ( _
	service As Guid _
) As Byte()()
Parameters
service (Guid)
The UUID to search for, as a Guid.
Return Value
An array of array of Byte.
Remarks
If the device isn’t accessible a SocketException with ErrorCode 10108 (0x277C) occurs.
Exceptions
ExceptionCondition
SocketException The query failed.

Assembly: InTheHand.Net.Personal (Module: InTheHand.Net.Personal) Version: 3.0.0.0