IP*Works! Bluetooth - Online Help
Available for:
IP*Works! Bluetooth
Questions / Feedback?

RemoteServiceClassId Property

The class Id (UUID) of the remote service.

Syntax

[VB.NET]
Public Property RemoteServiceClassId As String

[C#]
public string RemoteServiceClassId {get; set;}

Remarks

This property optionally specifies the Service Class Id (UUID) of the remote service. This may be used instead of RemotePort when connecting. For instance:

        btport1.RemoteHost = "20:C9:D0:94:3E:46";
        btport1.RemoteServiceClassId = "00001101-0000-1000-8000-00805f9b34fb";
        btport1.Connected = true;

The Bluetooth Universally Unique Identifier (UUID) is in the form

00000000-0000-1000-8000-00805F9B34FB

Default Value

""

 
 
Copyright (c) 2016 /n software inc. - All rights reserved.
Build 1.0.6093.0