Check if the NXT brick is alive and responds to messages.

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 IsAlive()

Return Value

Returns true if device is alive or false otherwise.

Remarks

The command also keeps NXT brick alive preventing it from sleep.

See Also