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
Cubios.WOWConnect.WOWCubeDevice
CODEWrapped for easier reading. Turn wrap off to inspect exact line lengths.
Close
Summary
Closes the device and frees resources
Synopsis
Cubios.WOWConnect.WOWCubeDevice
CODEWrapped for easier reading. Turn wrap off to inspect exact line lengths.
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
Cubios.WOWConnect.WOWCubeDevice
CODEWrapped for easier reading. Turn wrap off to inspect exact line lengths.