CPXComPort Class Reference

#include <ComPort.h>

List of all members.

Public Member Functions

 CPXComPort (int port=1)
 ~CPXComPort ()
BOOL UserConfigure (void)
BOOL Configure (DCB *dcb)
void CloseConnection (void)
BOOL OpenConnection (void)
DWORD SendBuffer (LPCTSTR buffer, DWORD size)
DWORD ReadBuffer (LPCTSTR buffer, DWORD size)

Public Attributes

DWORD m_InSize
DWORD m_OutSize
COMMTIMEOUTS m_TO

Protected Attributes

unsigned char m_PortNum
DCB m_DCB
HANDLE m_hDev


Detailed Description

Definition at line 20 of file ComPort.h.


Constructor & Destructor Documentation

CPXComPort::CPXComPort int  port = 1  ) 
 

CPXComPort::~CPXComPort  ) 
 


Member Function Documentation

void CPXComPort::CloseConnection void   ) 
 

BOOL CPXComPort::Configure DCB *  dcb  ) 
 

BOOL CPXComPort::OpenConnection void   ) 
 

DWORD CPXComPort::ReadBuffer LPCTSTR  buffer,
DWORD  size
 

DWORD CPXComPort::SendBuffer LPCTSTR  buffer,
DWORD  size
 

BOOL CPXComPort::UserConfigure void   ) 
 


Member Data Documentation

DCB CPXComPort::m_DCB [protected]
 

Definition at line 42 of file ComPort.h.

HANDLE CPXComPort::m_hDev [protected]
 

Definition at line 43 of file ComPort.h.

DWORD CPXComPort::m_InSize
 

Definition at line 35 of file ComPort.h.

DWORD CPXComPort::m_OutSize
 

Definition at line 37 of file ComPort.h.

unsigned char CPXComPort::m_PortNum [protected]
 

Definition at line 41 of file ComPort.h.

COMMTIMEOUTS CPXComPort::m_TO
 

Definition at line 39 of file ComPort.h.


The documentation for this class was generated from the following file:
This A:M SDK v12.0 documentation is maintained by Hash Inc. Please address any comments concerning this documentation to AMReports. If you have any information, knowledge, or documentation to share with the A:M developer community, please post them on the Hash SDK forum.

Generated on Thu Oct 27 11:46:51 2005 with doxygen 1.4.5 written by Dimitri van Heesch, © 1997-2001