UsbAccessory.Model Property

Definition

Returns the model name of the accessory.

public virtual string Model { [Android.Runtime.Register("getModel", "()Ljava/lang/String;", "GetGetModelHandler")] get; }
[<get: Android.Runtime.Register("getModel", "()Ljava/lang/String;", "GetGetModelHandler")>]
member this.Model : string

Property Value

the accessory model

Attributes

Remarks

Returns the model name of the accessory.

Java documentation for android.hardware.usb.UsbAccessory.getModel().

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