IsOpened Property
Retrieves whether serial port is open.
Access
Read only
Syntax
Visual Basic .NET |
IsOpened As Boolean |
---|---|
Visual C# |
Boolean IsOpened; |
Return Value
TRUE, if port is open, FALSE otherwise.
Retrieves whether serial port is open.
Read only
Visual Basic .NET |
IsOpened As Boolean |
---|---|
Visual C# |
Boolean IsOpened; |
TRUE, if port is open, FALSE otherwise.