Connection state.

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 bool IsConnected { get; }

Remarks

The property equals to trueTruetruetrue (True in Visual Basic) if the class is connected to SRV-1 Blackfin robot/camera, otherwise it equals to falseFalsefalsefalse (False in Visual Basic).

Note:The property is not updated by the class, when connection was lost or communication failure was detected (which results into ConnectionLostException exception). The property only shows status of Connect(String, Int32) method.

See Also