Modbus Software, Driver and Libraries
 Login 
Member of Modbus Organization

Have a Question?

We accept VISA, MasterCard, PayPal

30-day Money-Back Guarantee

ReplyTimeoutException Class Reference
[Fieldbus Protocol Errors and Exceptions]

Inheritance diagram for ReplyTimeoutException:

Inheritance graph
Collaboration diagram for ReplyTimeoutException:

Collaboration graph
List of all members.

Detailed Description

Reply time-out.

Signals that a fieldbus data transfer timed out. This can occur if the slave device does not reply in time or does not reply at all. A wrong unit adress will also cause this error. In some occassions this expection is also produced if the characters received don't constitute a complete frame.

Version:
1.0
See also:
BusProtocolException


Public Member Functions

 ReplyTimeoutException ()
 Constructs a ReplyTimeoutException.

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.