Emx::SDCard::Info结构体 参考

SD卡信息

#include "SDCard.hpp"

Public 属性

StatE stat
 SD卡状态 更多...
 
bool rw
 SD卡是否可读写 更多...
 
FileSystemE fileSystem
 文件系统类型 更多...
 
uint32_t total
 总大小MB 更多...
 
uint32_t free
 空闲大小MB 更多...
 
uint32_t used
 已使用大小MB 更多...
 
char dev [MaxDevSize]
 设备名称 更多...
 
char mountPoint [EMX_MAX_PATH_SIZE]
 设备挂载路径 更多...
 

静态 Public 属性

static const int MaxDevSize = 32
 设备名称最大长度 更多...
 

类成员变量说明

◆ MaxDevSize

const int Emx::SDCard::Info::MaxDevSize = 32
static

◆ stat

StatE Emx::SDCard::Info::stat

◆ rw

bool Emx::SDCard::Info::rw

◆ fileSystem

FileSystemE Emx::SDCard::Info::fileSystem

◆ total

uint32_t Emx::SDCard::Info::total

◆ free

uint32_t Emx::SDCard::Info::free

◆ used

uint32_t Emx::SDCard::Info::used

◆ dev

char Emx::SDCard::Info::dev[MaxDevSize]

◆ mountPoint

char Emx::SDCard::Info::mountPoint[EMX_MAX_PATH_SIZE]