Illegal Data Address exception response. More...
Public Member Functions | |
MbusIllegalAddressException () | |
Creates a new MbusIllegalAddressException instance. | |
Static Public Member Functions | |
static long | getCounter () |
Returns how often this exception has been triggered. | |
static void | resetCounter () |
Resets exception counter. |
Illegal Data Address exception response.
Signals that an Illegal Data Address exception response (code 02) was received. This exception response is sent by a slave device instead of a normal response message if a master queried an invalid or non-existing data address.
static long getCounter | ( | ) | [static] |
Returns how often this exception has been triggered.
Reimplemented from MbusResponseException.