home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 Mobile
/
Chip_Mobile_2001.iso
/
palm
/
business
/
printcar
/
printcar.exe
/
src
/
IrDA
/
IrConstants.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-06-05
|
492b
|
32 lines
//
// $Id: IrConstants.h,v 1.2 2000/06/04 23:23:37 sergey Exp $
//
#ifndef _IrConstants_h_
#define _IrConstants_h_
// uncomment this to display IR layer debug info
//#define IR_DEBUG
namespace IrDA
{
enum IrClassType
{
IrUnknownClass,
IrCommClass,
IrLptClass
};
enum IrProtocolType
{
IrUnknownProtocol,
IrLmpProtocol,
IrTpProtocol
};
}
// namespace IrDA
#endif // _IrConstants_h_