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. |
| Constants | |
| RFID Protocols | These are the protocols supported by the 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. |
| write | Write a tag. |
These are the protocols supported by the PhidgetRFID. These constants are used with write and <getLastTagProtocol>.
| PHIDGET_RFID_PROTOCOL_EM4100 | EM4100 (EM4102) 40-bit. |
| PHIDGET_RFID_PROTOCOL_ISO11785_FDX_B | ISO11785 FDX-B encoding (Animal ID). |
| PHIDGET_RFID_PROTOCOL_PHIDGETS | PhidgetsTAG Protocol 24 character ASCII. |
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():PhidgetRFIDTag
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
Write a tag.
public function write( tag: PhidgetRFIDTag, lock: Boolean = false ):void