RemoteGattServerIsConnected Property
Gets a value indicating if there is an active connection with the remote GATT server.
Namespace: InTheHand.BluetoothAssembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
public bool IsConnected { get; }
Public ReadOnly Property IsConnected As Boolean
Get
public:
property bool IsConnected {
bool get ();
}
member IsConnected : bool with get
Property Value
BooleanTrue if connected, else False.