BluetoothHidDevice.ErrorRspInvalidParam Field

Definition

Constant representing error response for Set Report due to "invalid parameter".

[Android.Runtime.Register("ERROR_RSP_INVALID_PARAM", ApiSince=28)]
public const sbyte ErrorRspInvalidParam = 4;
[<Android.Runtime.Register("ERROR_RSP_INVALID_PARAM", ApiSince=28)>]
val mutable ErrorRspInvalidParam : sbyte

Field Value

Value = 4

Implements

Attributes

Remarks

Java documentation for android.bluetooth.BluetoothHidDevice.ERROR_RSP_INVALID_PARAM.

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