Method | Description | |
---|---|---|
GetDevices ( ) : IEnumerable |
||
Init ( ) : void | ||
Run ( ) : void |
Method | Description | |
---|---|---|
CompleteDevice ( object key, HidDevice device, object creationState ) : void | ||
HidManager ( ) : System.Collections.Generic | ||
Refresh ( ) : object[] | ||
TryCreateDevice ( object key, HidDevice &device, object &creationState ) : bool |
Method | Description | |
---|---|---|
RunImpl ( object readyEvent ) : void |
protected abstract CompleteDevice ( object key, HidDevice device, object creationState ) : void | ||
key | object | |
device | HidDevice | |
creationState | object | |
return | void |
protected HidManager ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected abstract TryCreateDevice ( object key, HidDevice &device, object &creationState ) : bool | ||
key | object | |
device | HidDevice | |
creationState | object | |
return | bool |