![]() |
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 |
| 设备名称最大长度 更多... | |
|
static |
| StatE Emx::SDCard::Info::stat |
| bool Emx::SDCard::Info::rw |
| FileSystemE Emx::SDCard::Info::fileSystem |
| uint32_t Emx::SDCard::Info::total |
| uint32_t Emx::SDCard::Info::free |
| uint32_t Emx::SDCard::Info::used |
| char Emx::SDCard::Info::dev[MaxDevSize] |
| char Emx::SDCard::Info::mountPoint[EMX_MAX_PATH_SIZE] |