_CBusbUIRTReceiveData
Define the callback to be executed when UsbUIRT device receive data.
Prototype :
fun [ObjUsbUIRT fun [ObjUsbUIRT u0 S] u1 u0] ObjUsbUIRT
- ObjUsbUIRT : an USB-UIRT object
- fun [ObjUsbUIRT u0 S] u1 : the callback. The supplemental argument is datas
received on the device
- u0 : an user parameter, at your convenience
Return : ObjUsbUIRT the same object or nil if error
See also :
Example :
Note :