Click or drag to resize

wclGattClientConnectOnRead Property

Gets and sets connection mode.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public bool ConnectOnRead { get; set; }

Property Value

Boolean
The Boolean indicates the connection mode.
Exceptions
ExceptionCondition
wclEGattClient
Remarks
If this property set to True the connection to a target device will be executed on first services read or when the OS decided to do that. If the property is False the connection will be executed (if possible) on Connect call.
See Also