kernel/eka/include/d32comm.h
changeset 36 538db54a451d
parent 0 a41df078684a
child 134 95847726fe57
equal deleted inserted replaced
34:f497542af8e4 36:538db54a451d
    25 
    25 
    26 #ifndef __D32COMM_H__
    26 #ifndef __D32COMM_H__
    27 #define __D32COMM_H__
    27 #define __D32COMM_H__
    28 #include <e32cmn.h>
    28 #include <e32cmn.h>
    29 #include <e32ver.h>
    29 #include <e32ver.h>
       
    30 #include <d32public.h>
    30 
    31 
    31 /**
    32 /**
    32  Enumeration of number of data bits for serial port configuration.
    33  Enumeration of number of data bits for serial port configuration.
    33  Typically, these values are used to initialize the iDataBits of 
    34  Typically, these values are used to initialize the iDataBits of 
    34  TCommConfigV01 before calling DComm::Configure() or any other serial
    35  TCommConfigV01 before calling DComm::Configure() or any other serial
   104  */
   105  */
   105 enum TSir 
   106 enum TSir 
   106 	{
   107 	{
   107 	ESIREnable,ESIRDisable,
   108 	ESIREnable,ESIRDisable,
   108 	};
   109 	};
   109 
       
   110 enum TFlowControl
       
   111 	{
       
   112 	EFlowControlOn,EFlowControlOff
       
   113 	};
       
   114 //
       
   115 
   110 
   116 const TInt KConfigMaxTerminators=4;
   111 const TInt KConfigMaxTerminators=4;
   117 // DTE Constants
   112 // DTE Constants
   118 const TUint KConfigObeyXoff=0x01;
   113 const TUint KConfigObeyXoff=0x01;
   119 const TUint KConfigSendXoff=0x02;
   114 const TUint KConfigSendXoff=0x02;