Arduino DLNA Server
Loading...
Searching...
No Matches
Public Attributes | List of all members
tiny_dlna::SdFatFileInfo Struct Reference

Describes an entry from a parsed SdFat directory listing. More...

#include <SdFatParser.h>

Public Attributes

std::string name
 
bool is_directory
 
int level
 

Detailed Description

Describes an entry from a parsed SdFat directory listing.

Member Data Documentation

◆ is_directory

bool tiny_dlna::SdFatFileInfo::is_directory

True when the entry is a directory (name ends with '/').

◆ level

int tiny_dlna::SdFatFileInfo::level

Nesting depth inferred from leading spaces in the listing. Each two spaces are treated as one level. Root level is 0.

◆ name

std::string tiny_dlna::SdFatFileInfo::name

Fully qualified or relative name as seen in the listing. When the entry represents a directory, the name will end with '/'.


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