isOpen.serialConnection {serial} | R Documentation |
Tests whether the connection is open or not
## S3 method for class 'serialConnection'
isOpen(con, ...)
con |
connection of the class |
... |
not used |
returns {F, T}
for 'not open' and 'is open'