Get SVS's board's running time.
Namespace:
AForge.Robotics.SurveyorAssembly: AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.4.0 (2.2.4.0)
Syntax
C# |
---|
public long GetRunningTime() |
Return Value
Returns SVS boards running time in milliseconds.
Exceptions
Exception | Condition |
---|---|
AForge..::.NotConnectedException | Not connected to SVS. Connect to SVS board before using this method. |
AForge..::.ConnectionLostException | Connection lost or communicaton failure. Try to reconnect. |
System..::.ApplicationException | Failed parsing response from SVS. |