| I | |
| initialize, PhidgetTextLCD | |
| O | |
| open | |
| P | |
| PhidgetDictionaryKeyListener, PhidgetDictionaryKeyListener | |
| PhidgetError, PhidgetError | |
| PhidgetIRCodeInfo, PhidgetIRCodeInfo | |
| R | |
| readRaw, PhidgetIR | |
| removeKey, PhidgetDictionary | |
| reset, PhidgetFrequencyCounter |
Initializes a screen.
public function initialize():void
Opens a Phidget.
public function open( address: String, port: Number, password: String = null, serialNumber: int = com.phidgets.Constants.PUNK_INT, label: 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.
public function open( address: String, port: Number, password: String = null ):void
Creates a KeyListener for a specified dictionary and key pattern.
public function PhidgetDictionaryKeyListener( dict: PhidgetDictionary, pattern: String )
Creates a new PhidgetError object
public function PhidgetError( errorID: int, message: String = null )
public function PhidgetIRCodeInfo ( bitCount: int = 32, encoding: int = ENCODING_UNKNOWN, header: Array = null, zero: Array = null, one: Array = null, trail: int = 0, gap: int = 0, repeat: Array = null, minRepeat: int = 0, toggleMask: String = null, Length: int = CODE_LENGTH_UNKNOWN, carrierFrequency: int = 38000, dutyCycle: int = 33 )
Read raw IR data.
public function readRaw( buffer: Array, offset: int = 0, count: int = -1 ):int
Removes a (set) of key(s) that match the pattern.
public function removeKey( pattern: String ):void
Resets the totalCount and totalTime for an input.
public function reset( val: int ):void