PhidgetEvent

Event
PhidgetEvent

A class for Phidget events.  These events are supported by all Phidgets.

Summary
PhidgetEventA class for Phidget events.
Constants
Phidget Event TypesPass these constants to the addEventListener() function when adding event listeners to a Phidget object.
Properties
DeviceGets the Phidget object from which this event originated

Constants

Phidget Event Types

Pass these constants to the addEventListener() function when adding event listeners to a Phidget object.

CONNECTA connection to the server was established.
DISCONNECTA connection to the server was lost.
ATTACHA connection to the phidget was established.
DETACHA connection to the phidget was lost.

Properties

Device

public function get Device():Phidget

Gets the Phidget object from which this event originated

A class for data events from Phidget boards.
public function get Device():Phidget
Gets the Phidget object from which this event originated
Close