adapnex::core::SerialPort

Represents a serial port.

Synopsis

Declared in <adapnex/core/serial.h>

class SerialPort
    : public boost::noncopyable

Description

Not thread‐safe.

Base Classes

Name Description

boost::noncopyable

Member Functions

Name

Description

~SerialPort [destructor] [virtual]

Destructor

CharacterDuration [virtual]

Returns the duration of a single character transmission based on the current port settings.

Read [virtual]

Read from the serial port.

Write [virtual]

Write to the serial port.

Created with MrDocs