Mercurial > pt1.oyama
view arib25v023/arib25/src/b_cas_card_error_code.h @ 48:c8051f6da2ab
now recpt1 accepts formats like 1:20:05 (hh:mm:ss) or 1:20 (hh:mm).
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sun, 19 Jul 2009 05:24:39 +0900 |
parents | 6801fe7e04ff |
children |
line wrap: on
line source
#ifndef B_CAS_CARD_ERROR_CODE_H #define B_CAS_CARD_ERROR_CODE_H #define B_CAS_CARD_ERROR_INVALID_PARAMETER -1 #define B_CAS_CARD_ERROR_NOT_INITIALIZED -2 #define B_CAS_CARD_ERROR_NO_SMART_CARD_READER -3 #define B_CAS_CARD_ERROR_ALL_READERS_CONNECTION_FAILED -4 #define B_CAS_CARD_ERROR_NO_ENOUGH_MEMORY -5 #define B_CAS_CARD_ERROR_TRANSMIT_FAILED -6 #endif /* B_CAS_CARD_ERROR_CODE_H */