Inheritance diagram for rdaTimeOut:
Public Member Functions | |
virtual const char * | getType () const |
Returns the exception class name. |
This typically happens if the device server is too busy to serve the operation request.
You can try to repeat a timed out operation if it is idempotent. An operation is idempotent if invoking it twice has the same effect as invoking it once. The monitorOn and monitorOff operations are idempotent. The get and set operations are usually idempotent, but you may need to consult the device class documentation to be sure.