Reply time-out. More...
  
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.  | |
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.
| static long getCounter | ( | ) |  [static] | 
        
Returns how often this exception has been triggered.
Reimplemented from BusProtocolException.