RemoteGattServerIsConnected Property

Gets a value indicating if there is an active connection with the remote GATT server.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public bool IsConnected { get; }

Property Value

Boolean
True if connected, else False.

See Also