BluetoothHidDevice.ReportTypeFeature Field

Definition

Constant representing HID Feature Report type.

[Android.Runtime.Register("REPORT_TYPE_FEATURE", ApiSince=28)]
public const sbyte ReportTypeFeature = 3;
[<Android.Runtime.Register("REPORT_TYPE_FEATURE", ApiSince=28)>]
val mutable ReportTypeFeature : sbyte

Field Value

Value = 3

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothHidDevice.REPORT_TYPE_FEATURE.

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