TwclRfCommServer.Authentication Property

Gets and sets the authentication value.

Namespace: wclBluetooth
published
 property Authentication: Boolean read FAuthentication
 write SetAuthentication default True;

Property Value

Type: Boolean

True if the connection required authentication. False otherwise.

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

If the Authentication if switched off (False) the Encryption is also switched off.