Interface IUsbPermissionBroadcastReceiver
Namespace: Usb.Net.Android
Assembly: Usb.Net.Android.dll
Syntax
public interface IUsbPermissionBroadcastReceiver
Properties
IsPermissionGranted
Declaration
bool? IsPermissionGranted { get; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Methods
Register()
Declaration
void Register()
Events
Received
Declaration
event EventHandler Received
Event Type
| Type | Description |
|---|---|
| System.EventHandler |