BluetoothGattCharacteristic.FormatSfloat Field

Definition

Caution

This constant will be removed in the future version. Use Android.Bluetooth.GattFormat enum directly instead of this field.

Characteristic value format type sfloat (16-bit float)

[Android.Runtime.Register("FORMAT_SFLOAT")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattFormat enum directly instead of this field.", true)]
public const Android.Bluetooth.GattFormat FormatSfloat = 50;
[<Android.Runtime.Register("FORMAT_SFLOAT")>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Bluetooth.GattFormat enum directly instead of this field.", true)>]
val mutable FormatSfloat : Android.Bluetooth.GattFormat

Field Value

Value = 50

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothGattCharacteristic.FORMAT_SFLOAT.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to