Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. Official WOWCube Development Kit

WOWCube Docs logo
WOWCube Docs
Mission Control
Section Shortcuts
APIExamplesSourceWOWConnectChangelogDeveloper Toolkit
Filters
SDK and language defaults persist in cookies.
SDK version
Navigation Tree
Collapsed by default, focused on the active path.

Unofficial community resource. Not affiliated with, maintained by, or endorsed by WOWCube / Cubios Inc. Cubios Inc. does not guarantee the accuracy or completeness of this content. For official documentation and the SDK, see the WOWCube Development Kit.

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
Report issue

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.

Trust & provenance

Document status

Source
Documentation source catalog
Classification
WOWConnect
Verification
Community-maintained · verify against installed SDK

Catalog updated Oct 20, 2018

Jump Grid

On This Page

Public MethodsOpenCloseWrite
Back to top ↑
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