Show:

BO.IOBoardEvent Class

An Event object to be dispatched (fired) by the IOBoard object. The most important event is the READY event which signifies that the I/O board is ready to receive commands from the application. Many of the other IOBoard events are used when creating new io component objects.

Constructor

BO.IOBoardEvent

(
  • type
)

Parameters:

  • type String

    The event type

Properties

IOBoardEvent.ANALOG_DATA

Unknown static

IOBoardEvent.CONNECTED

Unknown static

IOBoardEvent.DIGITAL_DATA

Unknown static

IOBoardEvent.DISCONNECTED

Unknown static

IOBoardEvent.FIRMWARE_NAME

Unknown static

IOBoardEvent.FIRMWARE_VERSION

Unknown static

IOBoardEvent.PIN_STATE_RESPONSE

Unknown static

IOBoardEvent.PROTOCOL_VERSION

Unknown static

IOBoardEvent.READY

Unknown static

IOBoardEvent.STRING_MESSAGE

Unknown deprecated static

Defined in src/core/IOBoardEvent.js:61

Deprecated: use FIRMWARE_VERION instead

IOBoardEvent.SYSEX_MESSAGE

Unknown static

target

Object

The event target

type

String

The event type