#include <portsettings.hpp>
Public Types | |
| enum | { DTRControlDisabled = 0, DTRControlEnabled, DTRControlHandshake } |
| enum | { RTSControlDisabled = 0, RTSControlEnabled, RTSControlHandshake, RTSControlToggle } |
| enum | { ParityNone = 0, ParityOdd, ParityEven, ParityMark, ParitySpace } |
| enum | { StopBitsOne = 0, StopBitsOneFive, StopBitsTwo } |
Public Member Functions | |
| CCommPortSettings (const sgxString &portname, tUINT32 baud) | |
Public Attributes | |
| enum CCommPortSettings:: { ... } | DTRFlowControl |
| enum CCommPortSettings:: { ... } | RTSFlowControl |
| enum CCommPortSettings:: { ... } | PartiyControl |
| enum CCommPortSettings:: { ... } | StopBits |
| sgxString | m_Name |
| tUINT32 | m_iBaud |
| int | m_DTR |
| int | m_RTS |
| int | m_iByteSize |
| int | m_Parity |
| int | m_StopBits |
| anonymous enum |
| CCommPortSettings::CCommPortSettings | ( | const sgxString & | portname, | |
| tUINT32 | baud | |||
| ) |
| enum { ... } CCommPortSettings::DTRFlowControl |
| enum { ... } CCommPortSettings::RTSFlowControl |
| enum { ... } CCommPortSettings::PartiyControl |
| enum { ... } CCommPortSettings::StopBits |
| sgxString CCommPortSettings::m_Name |
| tUINT32 CCommPortSettings::m_iBaud |
1.5.6