Modbus Software, Driver and Libraries
 Login 
Member of Modbus Organization

Have a Question?

We accept VISA, MasterCard, PayPal

30-day Money-Back Guarantee

ChecksumException Class Reference
[Fieldbus Protocol Errors and Exceptions]

Inheritance diagram for ChecksumException:

Inheritance graph
Collaboration diagram for ChecksumException:

Collaboration graph
List of all members.

Detailed Description

Checksum error.

Signals that the checksum of a received frame is invalid. A poor data link typically causes this error.

Version:
1.0
See also:
BusProtocolException


Public Member Functions

 ChecksumException ()
 Constructs a ChecksumException.

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 BusProtocolException.