Gets a value indicating whether the port is open.
Namespace:
VideoRay.CommunicationAssembly: vrLib (in vrLib.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
C# |
---|
public bool IsOpen { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property IsOpen As Boolean |
Visual C++ |
---|
public: property bool IsOpen { bool get (); } |