Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
ca_user.h
Package: ST_5105DTV.rar [view]
Upload User: fy98168
Upload Date: 2015-06-26
Package Size: 13771k
Code Size: 1k
Category:
DVD
Development Platform:
C/C++
- #ifndef __CA_USER_H__
- #define __CA_USER_H__
- #include "sipsi.h"
- typedef enum
- {
- KB_CA_MSGERROR,
- KB_CA_MSGNEWMAIL,
- KB_CA_MSGNOTICE,
- KB_CA_MSGOTHER
- }KB_CAMsg;
- typedef enum
- {
- KB_DisEmail,
- KB_DisCAErr
- };
- typedef enum
- {
- KB_CA_INIT,
- KB_CA_PMTUPDATE,
- KB_CA_CATUPDATE,
- KB_CA_CLOSE
- }KB_CASVCStatus;
- typedef enum
- {
- KB_CA_OK,
- KB_CA_NOCARD,
- KB_CA_UNKNOWNCARD,
- KB_CA_NOENTITLE,
- KB_CA_UNKNOWNERR
- }KB_CAStatus;
- void KB_CAInit(void);
- void KB_CAStart(void);
- void KB_CAStop(void);
- void KB_CAService(KB_CASVCStatus nSvcID, void* pInput);
- void KB_CAMsgPlay(UINT32 msgCnt1,UINT32 msgCnt2,UINT32 msgCnt3);
- void KB_CAMsgMenu(UINT32 msgCnt1,UINT32 msgCnt2,UINT32 msgCnt3);
- KB_CAStatus KB_CAGetStatus(void);
- KB_CAMsg KB_CAGetMsgType(UINT32 dCAMsg);
- void KB_CADisMail(void);
- void KB_CAOutMenu(void);
- void KB_CAInMenu(void);
- UINT8* KB_CAGetCAName(void);
- void KB_CASetPMT(KB_SIPmtStruct *pPmt);
- void KB_CASetCAT(UINT16 sLen, UINT8* pCat);
- void KB_CASetNIT(UINT8* pNit,UINT32 dLength);
- void CA_CheckNit(UINT8* pbBuf,UINT16 nLength);
- /***
- Added by zheren
- ***/
- extern char* Get_CA_Inform_flag(int *flag);
- #endif