Get firmware version of NXT brick.

Namespace:  AForge.Robotics.Lego
Assembly:  AForge.Robotics.Lego (in AForge.Robotics.Lego.dll) Version: 2.2.3.0 (2.2.3.0)

Syntax

C#
public bool GetVersion(
	out string protocolVersion,
	out string firmwareVersion
)

Parameters

protocolVersion
Type: System..::.String %
Protocol version number.
firmwareVersion
Type: System..::.String %
Firmware version number.

Return Value

Returns true if command was executed successfully or false otherwise.

See Also