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
H
 Header, PhidgetIRCodeInfo
 Heading, PhidgetGPS
I
 Index, PhidgetDataEvent
 initialize, PhidgetTextLCD
 INPUT_CHANGE, PhidgetDataEvent
 InputCount
 Introduction
 IR Code length styles, PhidgetIRCodeInfo
 IR Encodings, PhidgetIRCodeInfo
 isAttached, Phidget
K
 Key, PhidgetDictionaryEvent
 KEY_CHANGE, PhidgetDictionaryEvent
 KEY_REMOVAL, PhidgetDictionaryEvent
L
 Label, Phidget
 LastCode, PhidgetIR
 LastLearnedCode, PhidgetIR
 Latitude, PhidgetGPS
 LEARN, PhidgetDataEvent
 LED, PhidgetRFID
 LEDCount, PhidgetLED
 Length, PhidgetIRCodeInfo
 Longitude, PhidgetGPS
M
 MagneticField, PhidgetSpatialEventData
 Manager, PhidgetManagerEvent
 MinRepeat, PhidgetIRCodeInfo
 MotorCount
N
 Name, Phidget
O
 One, PhidgetIRCodeInfo
 open
 OUTPUT_CHANGE, PhidgetDataEvent
 OutputCount
 Overview
public var Header: Array
IR Code header.
public function get Heading():Number
Gets the last recieved heading.
public function get Index():int
Gets the index for this event, for indexed events.
public function initialize():void
Initializes a screen.
A digital input changed.
public function get InputCount():int
Gets the number of inputs on this bridge.
public function get InputCount():int
Gets the number of digital inputs supported by this encoder.
public function get InputCount():int
Gets the number of digital inputs supported by this board.
public function get InputCount():int
Gets the number of digital inputs supported by this controller.
public function get InputCount():int
Gets the number of digital inputs available on this controller.
Phidgets can be used with ActionScript 3.0 using the supplied library.
These are the supported code length styles for the PhidgetIR.
These are the supported encoding types for the PhidgetIR.
public function get isAttached ():Boolean
Gets the attached state of a Phidget.
public function get Key():String
Gets the key value for this event.
A Key/Value pair was added, or the value of an existing Key was changed.
A Key was removed.
public function get Label():String
Gets the Label of a Phidget.
public function get LastCode():PhidgetIRCode
Gets the last code received.
public function get LastLearnedCode():PhidgetIRLearnedCode
Gets the last code received.
public function get Latitude():Number
Gets the last recieved latitude.
An IR code was learned.
public function get LED():Boolean
Gets the onboard LED state.
public function get LEDCount():int
Gets the number of LEDs supported by this PhidgetLED
public var Length: int
IR Code length style.
public function get Longitude():Number
Gets the last recieved longitude.
public function get MagneticField():Array
Gets the magnetic field array (compass data)
public function get Manager():PhidgetManager
Gets the PhidgetManager object from which this event originated
public var MinRepeat: int
Number of times to repeat the code on transmit.
public function get MotorCount():int
Gets the number of motors supported by this controller.
public function get MotorCount():int
Gets the number of motors supported by this controller.
public function get MotorCount():int
Gets the number of motors supported by this controller.
public function get MotorCount():int
Gets the number of motors supported by this controller.
public function get Name():String
Gets the specific name of a Phidget.
public var One: Array
public function open(address: String,  
port: Number,  
password: String = null,
serialNumber: int = com.phidgets.Constants.PUNK_INT,
label: String = null):void
Opens a Phidget.
public function open(address: String,  
port: Number,  
password: String = null):void
Opens a connection to a dictionary.
public function open(address: String,  
port: Number,  
password: String = null):void
Opens a connection to a phidget manager.
A digital output changed.
public function get OutputCount():int
Gets the number of outputs supported by this PhidgetAnalog
public function get OutputCount():int
Gets the number of digital outputs supported by this board.
public function get OutputCount():int
Gets the number of digital outputs supported by this board.
Using Phidgets with ActionScript 3.0
Close