TwclBluetoothService Record

The structure represents a Bluetooth Service record.

Namespace: wclBluetooth
type
 TwclBluetoothService = record
 end;

The TwclBluetoothService type exposes the following members.

Show:
 NameDescription
Channel

The service's RFCOMM channel number. For non-RFCOMM services this value is 0.

Comment

The service's comment.

Handle

The service' handle.

Name

The service's name.

Uuid

The service's UUID.

Top