KatanaNativeInterface  $VERSION$
Public Attributes
TCdlCOMDesc Struct Reference

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

#include <cdlCOM.h>

Collaboration diagram for TCdlCOMDesc:
Collaboration graph

List of all members.

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

int TCdlCOMDesc::baud

baud rate of port

Definition at line 55 of file cdlCOM.h.

int TCdlCOMDesc::data

data bit

Definition at line 56 of file cdlCOM.h.

int TCdlCOMDesc::parity

parity bit

Definition at line 57 of file cdlCOM.h.

int TCdlCOMDesc::port

serial port number

Definition at line 54 of file cdlCOM.h.

int TCdlCOMDesc::rttc

read total timeout

Definition at line 59 of file cdlCOM.h.

int TCdlCOMDesc::stop

stop bit

Definition at line 58 of file cdlCOM.h.

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: