DHCOM_HAL
Hardware-abstraction library (HAL) for multiple targets, including DHCOM modules
 All Data Structures Files Functions Enumerations Macros Groups
Public Types | Public Member Functions
UsbFs Class Reference

Abstraction of a usb storage device. The class performs necessary checks of that the required usb storage was detected and mounted, and is accessible. Then, it can provide a path string to the storage file system, which can be used for accessing files there. More...

#include <usb_fs.h>

Public Types

enum  Device { DEVICE_USB1, DEVICE_USB2, DEVICE_OTG }
 

Public Member Functions

 UsbFs (Device device)
 
virtual const char * getPath () const
 

Detailed Description

Abstraction of a usb storage device. The class performs necessary checks of that the required usb storage was detected and mounted, and is accessible. Then, it can provide a path string to the storage file system, which can be used for accessing files there.


The documentation for this class was generated from the following file: