Cardsharing-x Forum

» Receivers « => Other HDTV Receivers => » HDTV « => Azbox HD => Topic started by: antox on June 22, 2010, 07:47:00 AM

Title: AZBoxTV-SDK v.0.3
Post by: antox on June 22, 2010, 07:47:00 AM
AZBoxTV-SDK v.0.3
Read file: AZBoxTVSDK.h for extra info.

This version is only an upgrade so SDK works again
Title: AZBoxTV-SDK v.0.3
Post by: antox on June 24, 2010, 10:48:38 AM
 AZBoxTV-SDK v.0.3


QuoteHX_INT TVSDK_AddEPGInfo(struct eit_info_st *eit_info, HX_INT count);

/**
 * @brief: (fname: /Download/epg.dat, Maximum Size : 10MB)
 * @param
 1. unsigned char *fname: /Download/epg.dat(fixed)
 2. unsigned char net_index: (ALL : 0xff)
 3. HX_BOOL enable_detail_text: HX_TRUE(enable) HX_FALSE(disable);
 * @code
 * @endcode
 * @return
 count : The number of eit which was saved
**/
#define EPG_FILE_NAME "/Download/epg.dat"
HX_INT TVSDK_SaveEPGInfo(unsigned char *fname, unsigned char net_index, HX_BOOL enable_detail_text);
/**
 * @brief: ( fname: /Download/epg.dat)
 * @param
 * @code
 * @endcode
 * @return
 count : The number of eit which was loaded
**/
 
HX_INT TVSDK_LoadEPGInfo(unsigned char *fname);
/**
 * @brief: ( fname: /Download/epg.dat)
 * @param
 * @code
 * @endcode
 * @return
 -1 : ERROR
 0 : SUCCESS
**/
http://www.zshare.net/download/774807057d21ff38/# (http://www.zshare.net/download/774807057d21ff38/#)