home *** CD-ROM | disk | FTP | other *** search
- //
- // $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_
-