rfbcSendButtonPress (Function) |
Top Previous Next |
This function will send a remote button press notification. Most devices will only accept button press requests when paired with the RTCU device.
Note: on some devices, the button number may also be referred to as a channel.
Input: id : DINT [0 .. 16_777_215] (default 0) The ID of the device to receive the notification. If the ID is 0 (zero), the notification will be broadcast.
button : SINT [0 .. 63] (default 1) The index of the button that is pressed.
long : BOOL (default FALSE)
low : BOOL (default FALSE)
Output: None.
Returns: INT
Declaration: FUNCTION rfbcSendButtonPress : INT;
Example: INCLUDE rtcu.inc |