In The Hand
FromJsr82ServerUri Method (url)
NamespacesInTheHand.Net.BluetoothServiceRecordBuilderFromJsr82ServerUri(String)
.NET Components for Mobility
Converts a Java JSR 82 Bluetooth server URL into a ServiceRecordBuilder instance.
Declaration Syntax
C#Visual Basic
public static ServiceRecordBuilder FromJsr82ServerUri(
	string url
)
Public Shared Function FromJsr82ServerUri ( _
	url As String _
) As ServiceRecordBuilder
Parameters
url (String)
A server-side JSR 82 URL in one of the supported forms.
Return Value
A ServiceRecordBuilder initialised with the supported components of the supplied JSR 82 URL.
Remarks
Note:The authenticate and encrypt and any related parameters are completely disregarded. When using with BluetoothListener you must take care to set the required security requirements on it directly.
This method is intended to read the Service Record (SDP) related items only; in particular the Service Class ID UUID and Service Name parameters. It supports only the btspp and btObex schemes and only for server-side use only. For instance
CopyC#
btspp://localhost:3B9FA89520078C303355AAA694238F08;name=FooBar
and
CopyC#
btgoep://localhost:3B9FA89520078C303355AAA694238F08
There is no suppport for e.g.
CopyC#
btl2cap://localhost:3B9FA89520078C303355AAA694238F08;name=Aserv
as the library supports only RFCOMM connections currently.

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