mbusFilterEnable (Function) |
Top Previous Next |
This function controls which message to receive from a Wireless M-Bus interface. When enabled, only messages from slaves registered with mbusSlaveRegister are received.
Input: handle : SYSHANDLE A handle to the connection
enable : BOOL Default TRUE Set to true to only receive from registered slaves, set to false to receive all messages.
Returns: INT
Declaration: FUNCTION mbusFilterEnable : INT;
Example: ... |