|
#define RFIDReadSingle |
( |
_port, |
|
|
_output, |
|
|
_result |
|
) |
__RFIDReadSingle(_port, _output, _result) |
RFIDReadSingle function.
Set the Codatex RFID sensor into single mode and read the RFID data.
- Parameters:
-
| _port | The port to which the Codatex RFID sensor is attached. See the NBC Input port constants group. You may use a constant or a variable. |
| _output | The five bytes of RFID data. |
| _result | The boolean function call result. |
|