Method | Description | |
---|---|---|
USBCloverTransportListener ( |
||
onDeviceConnected ( |
||
onDeviceConnected ( bool initialized ) : void | ||
onDeviceDisconnected ( ) : void | ||
onDeviceDisconnected ( |
||
onDeviceError ( int code, string message ) : void | ||
onDeviceReady ( |
||
onMessage ( string message ) : void |
public USBCloverTransportListener ( |
||
device | ||
return | System |
public onDeviceConnected ( |
||
transport | ||
return | void |
public onDeviceConnected ( bool initialized ) : void | ||
initialized | bool | |
return | void |
public onDeviceDisconnected ( |
||
device | ||
return | void |
public onDeviceError ( int code, string message ) : void | ||
code | int | |
message | string | |
return | void |
public onDeviceReady ( |
||
device | ||
return | void |