RemoteGattServerReadRssi Method

Requests the Received Signal Strength Indication (RSSI) from the remote device.

Definition

Namespace: InTheHand.Bluetooth
Assembly: InTheHand.BluetoothLE (in InTheHand.BluetoothLE.dll) Version: 4.0.28+5cdf1cfd21064ea31c5de33d160200ca1c4bc218
C#
public Task<short> ReadRssi()

Return Value

TaskInt16
RSSI or Zero if unavailable.

See Also