PhidgetRFID |
A class for controlling a PhidgetRFID. See your product manual for more specific API details, supported functionality, units, etc.
| PhidgetRFID | A class for controlling a PhidgetRFID. |
| Events | Events supported by PhidgetRFID. |
| Properties | |
| OutputCount | Gets the number of digital outputs supported by this board. |
| Antenna | Gets the antenna state. |
| LED | Gets the onboard LED state. |
| TagPresent | Gets whether a tag is currently being detected by the reader. |
| Antenna | Sets the antenna state. |
| LED | Sets the onboard LED state. |
| Functions | |
| getLastTag | Gets the last tag read. |
| getOutputState | Gets the state of a digital output. |
| setOutputState | Sets the state of a digital output. |
Gets the number of digital outputs supported by this board.
public function get OutputCount():int
Gets the antenna state.
public function get Antenna():Boolean
Gets the onboard LED state.
public function get LED():Boolean
Gets whether a tag is currently being detected by the reader.
public function get TagPresent():Boolean
Gets the last tag read.
public function getLastTag():String
Gets the state of a digital output.
public function getOutputState( index: int ):Boolean
Sets the state of a digital output.
public function setOutputState( index: int, val: Boolean ):void