rfClose (Function) |
Top Previous Next |
This function will close the RF interface. After the RF interface is closed, it cannot be used until opened again. See rfOpen on how to open the RF interface.
When rfClose is called, any threads blocked in rfReceive will resume operation with error code -1.
Input: None.
Returns: INT
Declaration: FUNCTION rfClose : INT;
Example: INCLUDE rtcu.inc |