Function 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
I
 initialize, PhidgetTextLCD
O
 open
P
 PhidgetDictionaryKeyListener, PhidgetDictionaryKeyListener
 PhidgetError, PhidgetError
 PhidgetIRCodeInfo, PhidgetIRCodeInfo
R
 readRaw, PhidgetIR
 removeKey, PhidgetDictionary
 reset, PhidgetFrequencyCounter
public function initialize():void
Initializes a screen.
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.
public function PhidgetDictionaryKeyListener(dict: PhidgetDictionary,
pattern: String)
Creates a KeyListener for a specified dictionary and key pattern.
public function PhidgetError(errorID: int,  
message: String = null)
Creates a new PhidgetError object
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)
public function readRaw(buffer: Array,  
offset: int = 0,
count: int = -1):int
Read raw IR data.
public function removeKey(pattern: String):void
Removes a (set) of key(s) that match the pattern.
public function reset(val: int):void
Resets the totalCount and totalTime for an input.
Close