Android.Content.Context.UsbService Field
Use with Context.GetSystemService(string) to retrieve a Android.Hardware.Usb.UsbManager for access to USB devices (as a USB host) and for controlling this device's behavior as a USB device.

Syntax

[Android.Runtime.Register("USB_SERVICE")]
public const string UsbService

See Also

Context.GetSystemService(string)
Android.Hardware.Usb.UsbManager

Remarks

Use with Context.GetSystemService(string) to retrieve a Android.Hardware.Usb.UsbManager for access to USB devices (as a USB host) and for controlling this device's behavior as a USB device.

[Android Documentation]

Requirements

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