|
#define RFIDMode |
( |
_port, |
|
|
_mode, |
|
|
_result |
|
) |
__RFIDMode(_port, _mode, _result) |
RFIDMode function.
Configure the Codatex RFID sensor mode.
- 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. |
| _mode | The RFID sensor mode. See the Codatex RFID sensor modes group. |
| _result | The boolean function call result. |
|