| 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 |
Gets the acceleration array
public function get Acceleration():Array
Gets the number of acceleration axes.
public function get AccelerationAxisCount():int
Adds or changes a key/value pair to the dictionary.
public function addKey( key: String, value: String, persistent: Boolean = true ):void
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 Address():String
Gets the last recieved altitude.
public function get Altitude():Number
Gets the ambient (board) temperature.
public function get AmbientTemperature():Number
Gets the maximum temperature that the ambient sensor can measure.
public function get AmbientTemperatureMax():Number
Gets the minimum temperature that the ambient sensor can measure.
public function get AmbientTemperatureMin():Number
Gets the angular rate array (gyro data)
public function get AngularRate():Array
Gets the antenna state.
public function get Antenna():Boolean
Gets the number of axes on this accelerometer.
public function get AxisCount():int
Gets tha state of the backlight.
public function get Backlight():Boolean
Gets the bit count of the IR Code
public function get BitCount():int
IR Code bit count.
public var BitCount: int
Gets the last set brightness value.
public function get Brightness():int
Gets the brightness of the display.
public function get Brightness():int
Carrier Frequency.
public var CarrierFrequency: int
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 close():void
Gets the IR code string.
public function get Code():String
Gets the IR code.
public function get Code():String
Gets the IR code properties.
public function get CodeInfo():PhidgetIRCodeInfo
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 ColumnCount():int
Gets the number of compass axes.
public function get CompassAxisCount():int
Gets the last set contrast value.
public function get Contrast():int
Gets the current limit for all LEDs.
public function get CurrentLimit():int
Gets the visible state of the cursor.
public function get Cursor():Boolean
Gets the blinking state of the cursor.
public function get CursorBlink():Boolean
public function get Data():Object
Gets the number of inputs on this bridge.
public function get DataRate():int
Gets the data rate, in milliseconds.
public function get DataRate():int
Gets the number of inputs on this bridge.
public function get DataRateMax():int
Gets the maximum data rate for a sensor, in milliseconds.
public function getDataRateMax( index: int ):int
Gets the maximum data rate, in milliseconds.
public function get DataRateMax():int
Gets the number of inputs on this bridge.
public function get DataRateMin():int
Gets the minimum data rate for a sensor, in milliseconds.
public function getDataRateMin( index: int ):int
Gets the minimum data rate, in milliseconds.
public function get DataRateMin():int
Gets the last recieved date and time in UTC.
public function get DateTime():Date
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 Device():Phidget
Gets the PhidgetDictionary object from which this event originated.
public function get Dictionary():PhidgetDictionary
IR LED duty cycle.
public var DutyCycle: int