Learn R Programming

serial (version 3.0)

isOpen.serialConnection: Tests whether the connection is open or not

Description

Tests whether the connection is open or not

Usage

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

Arguments

con

connection of the class serialConnection

...

not used

Value

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