Modbus Software, Driver and Libraries
 Login 
Member of Modbus Organization

Have a Question?

We accept VISA, MasterCard, PayPal

30-day Money-Back Guarantee

MbusIllegalValueException Class Reference
[Fieldbus Protocol Errors and Exceptions]

Inheritance diagram for MbusIllegalValueException:

Inheritance graph
Collaboration diagram for MbusIllegalValueException:

Collaboration graph
List of all members.

Detailed Description

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.

Version:
1.0
See also:
MbusResponseException


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.


Member Function Documentation

static long getCounter  )  [static]
 

Returns how often this exception has been triggered.

Returns:
Counter value

Reimplemented from MbusResponseException.