annotate arib25v023/arib25/src/b_cas_card_error_code.h @ 13:003fe2470af8
reorganized options:
- 0 as recsec means indefinite recording.
- now --udp option works as switch to enable udp broadcasting.
- --host option has been added. this option specifies hostname to connect via udp socket.
- when --udp option is specified, output file may not be specified.
author |
Yoshiki Yazawa <yaz@honeyplanet.jp> |
date |
Tue, 24 Feb 2009 17:22:06 +0900 |
parents |
6801fe7e04ff |
children |
|
rev |
line source |
0
|
1 #ifndef B_CAS_CARD_ERROR_CODE_H
|
|
2 #define B_CAS_CARD_ERROR_CODE_H
|
|
3
|
|
4 #define B_CAS_CARD_ERROR_INVALID_PARAMETER -1
|
|
5 #define B_CAS_CARD_ERROR_NOT_INITIALIZED -2
|
|
6 #define B_CAS_CARD_ERROR_NO_SMART_CARD_READER -3
|
|
7 #define B_CAS_CARD_ERROR_ALL_READERS_CONNECTION_FAILED -4
|
|
8 #define B_CAS_CARD_ERROR_NO_ENOUGH_MEMORY -5
|
|
9 #define B_CAS_CARD_ERROR_TRANSMIT_FAILED -6
|
|
10
|
|
11 #endif /* B_CAS_CARD_ERROR_CODE_H */
|