Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
A
 Acceleration, PhidgetSpatialEventData
 ACCELERATION_CHANGE, PhidgetDataEvent
 AccelerationAxisCount, PhidgetSpatial
 addKey, PhidgetDictionary
 Address
 Altitude, PhidgetGPS
 AmbientTemperature, PhidgetTemperatureSensor
 AmbientTemperatureMax, PhidgetTemperatureSensor
 AmbientTemperatureMin, PhidgetTemperatureSensor
 AngularRate, PhidgetSpatialEventData
 Antenna, PhidgetRFID
 ATTACH
 AxisCount, PhidgetAccelerometer
B
 BACKEMF_UPDATE, PhidgetDataEvent
 Backlight, PhidgetTextLCD
 BitCount
 Bridge Gains, PhidgetBridge
 BRIDGE_DATA, PhidgetDataEvent
 Brightness
C
 CarrierFrequency, PhidgetIRCodeInfo
 close
 Code
 CODE, PhidgetDataEvent
 CODE_LENGTH_CONSTANT, PhidgetIRCodeInfo
 CODE_LENGTH_UNKNOWN, PhidgetIRCodeInfo
 CODE_LENGTH_VARIABLE, PhidgetIRCodeInfo
 CodeInfo, PhidgetIRLearnedCode
 ColumnCount
 CompassAxisCount, PhidgetSpatial
 Compatibility
 CONNECT
 Constants
 Contrast, PhidgetTextLCD
 COUNT, PhidgetDataEvent
 Current Limits, PhidgetLED
 CURRENT_CHANGE, PhidgetDataEvent
 CURRENT_UPDATE, PhidgetDataEvent
 CurrentLimit, PhidgetLED
 Cursor, PhidgetTextLCD
 CursorBlink, PhidgetTextLCD
D
 Data, PhidgetDataEvent
 Data Event Types, PhidgetDataEvent
 DataRate
 DataRateMax
 DataRateMin
 DateTime, PhidgetGPS
 DETACH
 Device
 Dictionary, PhidgetDictionaryEvent
 Dictionary Event Types, PhidgetDictionaryEvent
 DISCONNECT
 DutyCycle, PhidgetIRCodeInfo
public function get Acceleration():Array
Gets the acceleration array
An acceleration changed.
public function get AccelerationAxisCount():int
Gets the number of acceleration axes.
public function addKey(key: String,  
value: String,  
persistent: Boolean = true):void
Adds or changes a key/value pair to the dictionary.
public function get Address():String
Gets the server address.
public function get Address():String
Gets the server address.
public function get Address():String
Gets the server address.
public function get Altitude():Number
Gets the last recieved altitude.
public function get AmbientTemperature():Number
Gets the ambient (board) temperature.
public function get AmbientTemperatureMax():Number
Gets the maximum temperature that the ambient sensor can measure.
public function get AmbientTemperatureMin():Number
Gets the minimum temperature that the ambient sensor can measure.
public function get AngularRate():Array
Gets the angular rate array (gyro data)
public function get Antenna():Boolean
Gets the antenna state.
A connection to the phidget was established.
A Phidget was plugged into the server.
public function get AxisCount():int
Gets the number of axes on this accelerometer.
Fixed rate BackEMF event.
public function get Backlight():Boolean
Gets tha state of the backlight.
public function get BitCount():int
Gets the bit count of the IR Code
public var BitCount: int
IR Code bit count.
These are the Gains supported by PhidgetBridge.
Bridge data is recieved.
public function get Brightness():int
Gets the last set brightness value.
public function get Brightness():int
Gets the brightness of the display.
public var CarrierFrequency: int
Carrier Frequency.
public function close():void
Closes a Phidget.
public function close():void
closes the connection to a dictionary.
public function close():void
Closes the connection to a phidget manager.
public function get Code():String
Gets the IR code string.
public function get Code():String
Gets the IR code.
An IR code was recieved.
Constant - the bitstream + gap length is constant.
Unknown length.
Variable - the bitstream has a variable length with a constant gap.
public function get CodeInfo():PhidgetIRCodeInfo
Gets the IR code properties.
public function get ColumnCount():int
Gets the number of columns available per row on the LCD.
public function get ColumnCount():int
Gets the number of columns per row supported by this TexlLED
public function get CompassAxisCount():int
Gets the number of compass axes.
Actionscript 3.0 (Flash CS3, Flex 2, Flex 3, etc.)
A connection to the server was established.
A connection to the server was established.
A connection to the server was established.
public function get Contrast():int
Gets the last set contrast value.
Counts were recieved.
These are the supported current limits for the Phidget LED 64 Advanced.
A current changed.
Fixed rate current event.
public function get CurrentLimit():int
Gets the current limit for all LEDs.
public function get Cursor():Boolean
Gets the visible state of the cursor.
public function get CursorBlink():Boolean
Gets the blinking state of the cursor.
public function get Data():Object
Pass these constants to the addEventListener() function when adding event listeners to a Phidget object.
public function get DataRate():int
Gets the number of inputs on this bridge.
public function get DataRate():int
Gets the data rate, in milliseconds.
public function get DataRateMax():int
Gets the number of inputs on this bridge.
public function getDataRateMax(index: int):int
Gets the maximum data rate for a sensor, in milliseconds.
public function get DataRateMax():int
Gets the maximum data rate, in milliseconds.
public function get DataRateMin():int
Gets the number of inputs on this bridge.
public function getDataRateMin(index: int):int
Gets the minimum data rate for a sensor, in milliseconds.
public function get DataRateMin():int
Gets the minimum data rate, in milliseconds.
public function get DateTime():Date
Gets the last recieved date and time in UTC.
A connection to the phidget was lost.
A Phidget was unplugged from the server.
public function get Device():Phidget
Gets the Phidget object from which this event originated
public function get Device():Phidget
For ATTACH and DETACH events, gets the Phidget object representing the attached or detached device.
public function get Dictionary():PhidgetDictionary
Gets the PhidgetDictionary object from which this event originated.
Pass these constants to the addEventListener() function when adding event listeners to a Phidget object.
A connection to the server was lost.
A connection to the server was lost.
A connection to the server was lost.
public var DutyCycle: int
IR LED duty cycle.
Close