Cubios.WOWConnect.WOWCubeDevice
Public Methods
Open
Summary
Opens a WOWCube device for connection
Arguments
- cubeappUUID - UUID string identifier of the cubeapp to communicate with
Output
Returns true upon successfull opening of the device, false otherwise.
Synopsis
WOWConnect_WOWCubeDevice
Close
Summary
Closes the device and frees resources
Synopsis
WOWConnect_WOWCubeDevice
Write
Summary
Writes an array of bytes to the opened device
Arguments
- data - byte array to send
Output
Returns true if the data was successfully sent to the device, false otherwise.
Synopsis
WOWConnect_WOWCubeDevice