libPocuter  1.0
Support library for programming the Pocuter
PocuterSDCard Class Referenceabstract

informations about the sd card More...

#include <PocuterSDCard.h>

Public Member Functions

virtual bool cardInSlot ()=0
 Cheks if a SDCard is in the Slot. More...
 
virtual bool cardIsMounted ()=0
 Cheks if a SDCard is mounted. More...
 
virtual const char * getMountPoint ()=0
 get the mountpoint of the SDCard as zero terminated c string More...
 

Detailed Description

informations about the sd card

Member Function Documentation

◆ cardInSlot()

virtual bool PocuterSDCard::cardInSlot ( )
pure virtual

Cheks if a SDCard is in the Slot.

Returns
  • true if a card is detected
  • false if no card is detected

◆ cardIsMounted()

virtual bool PocuterSDCard::cardIsMounted ( )
pure virtual

Cheks if a SDCard is mounted.

Note
The Pocuter automatically mounts FAT32 formatted cars to getMountPoint()
Returns
  • true if a card is detected
  • false if no card is detected

◆ getMountPoint()

virtual const char* PocuterSDCard::getMountPoint ( )
pure virtual

get the mountpoint of the SDCard as zero terminated c string

Note
you will get the standard mountpoint even if no card is mounted.
Returns
  • zero terminated c string

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