app_guiobj_favnet.h 614 B

1234567891011121314151617181920212223
  1. /*****************************************************************************
  2. ** File: app_guiobj_favnet.h
  3. **
  4. ** Description:
  5. **
  6. ** Copyright(c) 2010 Sunmedia Technologies - All Rights Reserved
  7. **
  8. **
  9. ** $Id: $
  10. *****************************************************************************/
  11. #ifndef _APP_GUIOBJ_FAVNET_H_
  12. #define _APP_GUIOBJ_FAVNET_H_
  13. UINT32 APP_GUIOBJ_DVB_FavNet_GetTotalNet(void);
  14. //Use to set whether presenting FavNet selecting menu
  15. void APP_GUIOBJ_DVB_FavNet_SetSelect(UINT8 flag);
  16. //Check whether need to present FavNet selecting menu
  17. UINT8 APP_GUIOBJ_DVB_FavNet_GetSelect(void);
  18. #endif