BluetoothHidDevice.ProtocolReportMode Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Constant representing report protocol mode used set by host.
[Android.Runtime.Register("PROTOCOL_REPORT_MODE", ApiSince=28)]
public const sbyte ProtocolReportMode = 1;
[<Android.Runtime.Register("PROTOCOL_REPORT_MODE", ApiSince=28)>]
val mutable ProtocolReportMode : sbyte
Field Value
Value = 1Implements
- Attributes
Remarks
Constant representing report protocol mode used set by host. Default is always #PROTOCOL_REPORT_MODE
unless notified otherwise.
Java documentation for android.bluetooth.BluetoothHidDevice.PROTOCOL_REPORT_MODE
.
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.