Illegal Data Value exception response. More...
Public Member Functions | |
MbusIllegalValueException () | |
Creates a new MbusIllegalValueException instance. | |
Static Public Member Functions | |
static long | getCounter () |
Returns how often this exception has been triggered. | |
static void | resetCounter () |
Resets exception counter. |
Illegal Data Value exception response.
Signals that a Illegal Value exception response was (code 03) received. This exception response is sent by a slave device instead of a normal response message if a master sent a data value which is not an allowable value for the slave device.
static long getCounter | ( | ) | [static] |
Returns how often this exception has been triggered.
Reimplemented from MbusResponseException.