WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelog
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.
Made byMcKay Seamons
GitHub
  1. Home
  2. Docs
  3. WOWConnect
  4. Cubios.WOWConnect.WOWCubeDevice
Mission Node

Cubios.WOWConnect.WOWCubeDevice

Cubios.WOWConnect.WOWCubeDevice Public Methods Open Summary Opens a WOWCube device for connection Arguments cubeappUUID UUID string identifier of the cubeapp...

WOWConnect

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
CODE
1async Task<bool> Open(string cubeappUUID)
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

Close

Summary

Closes the device and frees resources

Synopsis

Cubios.WOWConnect.WOWCubeDevice
CODE
1void Close()
2
Wrapped 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
CODE
1async Task<bool> Write(byte[] data)
2
Wrapped for easier reading. Turn wrap off to inspect exact line lengths.

Jump Grid

On This Page

Public MethodsOpenCloseWrite
Context Rail

Related nodes

WOWCube SDK Examples
WOWConnect
Cubios.WOWConnect.Bluetooth
WOWConnect
WOWConnect Enumerated Types
WOWConnect
Cubios.WOWConnect.UPNPDeviceInformation
WOWConnect
Previous Node
Cubios.WOWConnect.UPNPDeviceInformation
WOWConnect