libPocuter  1.0
Support library for programming the Pocuter
PocuterSDCard.h
Go to the documentation of this file.
1 
2 #ifndef POCUTERSDCARD_H
3 #define POCUTERSDCARD_H
4 
8 class PocuterSDCard {
9  public:
18  virtual bool cardInSlot() = 0;
19 
29  virtual bool cardIsMounted() = 0;
30 
31 
41  virtual const char* getMountPoint() = 0;
42  private:
43 
44 };
45 
46 #endif /* POCUTERSDCARD_H */
47 
PocuterSDCard::cardIsMounted
virtual bool cardIsMounted()=0
Cheks if a SDCard is mounted.
PocuterSDCard
informations about the sd card
Definition: PocuterSDCard.h:8
PocuterSDCard::getMountPoint
virtual const char * getMountPoint()=0
get the mountpoint of the SDCard as zero terminated c string
PocuterSDCard::cardInSlot
virtual bool cardInSlot()=0
Cheks if a SDCard is in the Slot.