CMUcam4 Arduino Interface Library  For Firmware Versions 1.00 - 1.03
Application Programmable Interface Online Documentation
 All Classes Files Functions Variables Macros Pages
Public Attributes
CMUcam4_entry_attributes_t Struct Reference

File or directory attributes data structure. More...

#include <CMUcam4.h>

List of all members.

Public Attributes

char readOnly
 Will be either 'R' or '_'.
char hidden
 Will be either 'H' or '_'.
char system
 Will be either 'S' or '_'.
char volumeID
 Constant value of '_'.
char directory
 Will be either 'D' or '_'.
char archive
 Will be either 'A' or '_'.
char nullTerminator
 Constant value of '\0'.

Detailed Description

File or directory attributes data structure.

The CMUcam4_entry_attributes_t data structure is the CMUcam4_directory_entry_t.attributes string.

See also:
CMUcam4::listDirectory()
CMUcam4::isReadOnly()
CMUcam4::isHidden()
CMUcam4::isSystem()
CMUcam4::isVolumeID()
CMUcam4::isDirectory()
CMUcam4::isArchive()

Definition at line 1043 of file CMUcam4.h.


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