Set name of NXT device.

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 SetBrickName(
	string deviceName
)

Parameters

deviceName
Type: System..::.String
Device name to set for the brick.

Return Value

Returns true if command was executed successfully or false otherwise.

See Also