µOS++ IIIe Reference 7.0.0
The third edition of µOS++, a POSIX inspired open source framework, written in C++
Loading...
Searching...
No Matches
os::driver::serial::Modem_status Class Reference

Serial modem status More...

#include <serial.h>

Public Member Functions

bool is_cts_active (void)
 
bool is_dcd_active (void)
 
bool is_dsr_active (void)
 
bool is_ri_active (void)
 

Public Attributes

bool cts:1
 < CTS state: true=Active, false=Inactive
 
bool dcd:1
 RI state: true=Active, false=Inactive.
 
bool dsr:1
 DCD state: true=Active, false=Inactive.
 
bool ri:1
 

Detailed Description

Serial modem status

Definition at line 350 of file serial.h.

Member Function Documentation

◆ is_cts_active()

bool os::driver::serial::Modem_status::is_cts_active ( void  )
inline

Definition at line 780 of file serial.h.

◆ is_dcd_active()

bool os::driver::serial::Modem_status::is_dcd_active ( void  )
inline

Definition at line 792 of file serial.h.

◆ is_dsr_active()

bool os::driver::serial::Modem_status::is_dsr_active ( void  )
inline

Definition at line 786 of file serial.h.

◆ is_ri_active()

bool os::driver::serial::Modem_status::is_ri_active ( void  )
inline

Definition at line 798 of file serial.h.

Member Data Documentation

◆ cts

bool os::driver::serial::Modem_status::cts

< CTS state: true=Active, false=Inactive

DSR state: true=Active, false=Inactive

Definition at line 373 of file serial.h.

◆ dcd

bool os::driver::serial::Modem_status::dcd

RI state: true=Active, false=Inactive.

Definition at line 379 of file serial.h.

◆ dsr

bool os::driver::serial::Modem_status::dsr

DCD state: true=Active, false=Inactive.

Definition at line 376 of file serial.h.

◆ ri

bool os::driver::serial::Modem_status::ri

Definition at line 382 of file serial.h.


The documentation for this class was generated from the following file: