TwclRfCommClient.Encryption Property

Gets and sets the Encryption property for the connection.

Namespace: wclBluetooth
published
 property Encryption: Boolean read FEncryption write SetEncryption
 default False;

Property Value

Type: Boolean

True if Encryption is enabled for the connection.

If an application changes the property when connection is active the wclBluetoothErrors.wclEBluetoothClient exception raises.

The Encryption can be truend on (True) only if the Authentication property si also set to True.