Get SVS board's firmware version string.

Namespace:  AForge.Robotics.Surveyor
Assembly:  AForge.Robotics.Surveyor (in AForge.Robotics.Surveyor.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
public string GetVersion()

Return Value

Returns SVS's version string.

Exceptions

ExceptionCondition
AForge..::.NotConnectedExceptionNot connected to SVS. Connect to SVS board before using this method.
AForge..::.ConnectionLostExceptionConnection lost or communicaton failure. Try to reconnect.

See Also