isOpen.serialConnection {serial}R Documentation

Tests whether the connection is open or not

Description

Tests whether the connection is open or not

Usage

## S3 method for class 'serialConnection'
isOpen(con, ...)

Arguments

con

connection of the class serialConnection

...

not used

Value

returns {F, T} for 'not open' and 'is open'


[Package serial version 3.0 Index]