GetTimeout¶
-
virtual double IHoming::GetTimeout() = 0¶
Gets the timeout used for this homing method.
- Returns
double – Timeout in seconds. Negative value means infinite. The default value is -1.0 (infinite).
- Throws
CCommunicationErrorException
– Protocol error.CConnectionLostException
– Connection to controller lost.CRebootedException
– Controller has been rebooted since this object reference was retrieved, invalidating this reference.