|
#define RFIDRead |
( |
_port, |
|
|
_output, |
|
|
_result |
|
) |
__RFIDRead(_port, _output, _result) |
RFIDRead function.
Read the Codatex RFID sensor value.
- 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. |
|