Android.Hardware.Usb.UsbRequest.ClientData Property
Returns the client data for the request.

Syntax

[get: Android.Runtime.Register("getClientData", "()Ljava/lang/Object;", "GetGetClientDataHandler")]
[set: Android.Runtime.Register("setClientData", "(Ljava/lang/Object;)V", "GetSetClientData_Ljava_lang_Object_Handler")]
public virtual Java.Lang.Object ClientData { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the client data for the request. This can be used in conjunction with UsbRequest.ClientData to associate another object with this request, which can be useful for maintaining state between calls to UsbRequest.Queue(Java.Nio.ByteBuffer, System.Int32) and UsbDeviceConnection.RequestWait

Set method documentation [Android Documentation]

Sets the client data for the request. This can be used in conjunction with UsbRequest.ClientData to associate another object with this request, which can be useful for maintaining state between calls to UsbRequest.Queue(Java.Nio.ByteBuffer, System.Int32) and UsbDeviceConnection.RequestWait

Requirements

Namespace: Android.Hardware.Usb
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 12