Class AndroidFactory
Inheritance
System.Object
AndroidFactory
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Usb.Net.Android
Assembly: Usb.Net.Android.dll
Syntax
public class AndroidFactory : IAndroidFactory
Methods
CreateIntent(String)
Declaration
public Intent CreateIntent(string action)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | action |
Returns
| Type | Description |
|---|---|
| Android.Content.Intent |
CreateIntentFilter(String)
Declaration
public IntentFilter CreateIntentFilter(string action)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | action |
Returns
| Type | Description |
|---|---|
| Android.Content.IntentFilter |
CreateUsbRequest()
Declaration
public UsbRequest CreateUsbRequest()
Returns
| Type | Description |
|---|---|
| Android.Hardware.Usb.UsbRequest |