KatanaNativeInterface $VERSION$
Public Attributes | List of all members
TCdlCOMDesc Struct Reference

This structrue stores the attributes for a serial port device. More...

#include <cdlCOM.h>

Collaboration diagram for TCdlCOMDesc:
Collaboration graph

Public Attributes

int port
 serial port number
 
int baud
 baud rate of port
 
int data
 data bit
 
int parity
 parity bit
 
int stop
 stop bit
 
int rttc
 read total timeout
 
int wttc
 write total timeout
 

Detailed Description

This structrue stores the attributes for a serial port device.

Definition at line 53 of file cdlCOM.h.

Member Data Documentation

◆ baud

int TCdlCOMDesc::baud

baud rate of port

Definition at line 55 of file cdlCOM.h.

◆ data

int TCdlCOMDesc::data

data bit

Definition at line 56 of file cdlCOM.h.

◆ parity

int TCdlCOMDesc::parity

parity bit

Definition at line 57 of file cdlCOM.h.

◆ port

int TCdlCOMDesc::port

serial port number

Definition at line 54 of file cdlCOM.h.

◆ rttc

int TCdlCOMDesc::rttc

read total timeout

Definition at line 59 of file cdlCOM.h.

◆ stop

int TCdlCOMDesc::stop

stop bit

Definition at line 58 of file cdlCOM.h.

◆ wttc

int TCdlCOMDesc::wttc

write total timeout

Definition at line 60 of file cdlCOM.h.


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