コード例 #1
0
 /// <summary>
 /// Reads the RSSI for a connected remote device. The <c>on_gatt_read_remote_rssi</c> callback will
 /// be invoked when the RSSI value has been read.
 /// </summary>
 /// <returns>Returns <c>MLResult.Code.Ok</c> on success or an error on failure.</returns>
 public static MLResult ReadRemoteRssi()
 {
     return(MLResult.Create(NativeBindings.MLBluetoothGattReadRemoteRssi()));
 }