mbusSlaveConfigReset (Function) |
Top Previous Next |
This function sends an application reset request to the wired M-Bus slave.
Input: handle : SYSHANDLE A handle to the connection
pri_addr : INT default -1 The primary address for the slave. Use -1 to use the secondary address instead.
sec_addr : STRING The secondary address for the slave. Used if the primary address is -1.
subcode : INT default -1 Optional subcode to include in the request. It is not used if it is -1.
Returns: INT
Declaration: FUNCTION mbusSlaveConfigReset : INT;
Example: INCLUDE rtcu.inc
|