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