rfbcPairRequestReceive (Function) |
Top Previous Next |
This function will return details about the last pair request event received. To get the ID of the sender related to the event, please call rfbcWaitEvent before this function.
As incoming messages are filtered on the receiver address ("0" or our ID), the actual pair data is not stored automatically by the firmware. Note: the actual pairing is dependent on the current configuration (see rfbcGetConfig/rfbcSetConfig).
Note: when pairing with the eQ-3 HM-WDS30-T-O, the actual pair has not taken place no matter the configuration. This device will continuously transmit the current temperature.
Input: None.
Output: serialNumber : STRING The serial number of the device requesting the pairing.
Returns: INT
Declaration: FUNCTION rfbcPairRequestReceive : INT;
Example: INCLUDE rtcu.inc |