LEGO Mindstorms EV3


Browser Types Avaliable
*/

typedef   enum
{
  BROWSE_FOLDERS                = 0,    //!< Browser for folders
  BROWSE_FOLDS_FILES            = 1,    //!< Browser for folders and files
  BROWSE_CACHE                  = 2,    //!< Browser for cached / recent files
  BROWSE_FILES                  = 3,    //!< Browser for files

  BROWSERTYPES                          //!< Maximum font types supported by the VM
}
BROWSERTYPE;

/*  

LEGO® Robotics Firmware Documentation
Confidential Information © 2013 The LEGO Group