Get version information of RCX brick.

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

Syntax

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

Parameters

romVersion
Type: System..::.String %
ROM version number.
firmwareVersion
Type: System..::.String %
Firmware version number.

Return Value

Returns true if command was executed successfully or false otherwise.

See Also