@@ -102,9 +102,6 @@ Class representing a directory.
102
102
` public bool ` [ ` moveTo ` ] ( #class_folder_1a5002b388b7e503ba79a8623ca6c1cbbd ) ` ( ` [ ` Folder ` ] ( #class_folder ) ` destination, bool overwrite) ` | Moves the current directory.
103
103
` public bool ` [ ` moveTo ` ] ( #class_folder_1a0ab690abfff790a2bd9fff3dd5976e82 ) ` (const char * destination, bool overwrite) ` | Moves the current directory.
104
104
` public bool ` [ ` moveTo ` ] ( #class_folder_1a3125db272185165a03b891efe5985a32 ) ` (String destination, bool overwrite) ` | Move the current directory.
105
- ` private std::string ` [ ` dirname ` ] ( #class_folder_1a9a8a698e1d21f5aa0e10dc139d6d7f32 ) |
106
- ` private std::string ` [ ` path ` ] ( #class_folder_1adbf6c881f9e745d724fc37ad4cea153f ) |
107
- ` private DIR * ` [ ` dir ` ] ( #class_folder_1ada2c04b7bb18988637ef5d03af23c53a ) |
108
105
109
106
## Members
110
107
@@ -327,18 +324,6 @@ Move the current directory.
327
324
True upon success, false otherwise.
328
325
<hr />
329
326
330
- ### ` private std::string ` [ ` dirname ` ] ( #class_folder_1a9a8a698e1d21f5aa0e10dc139d6d7f32 ) <a id =" class_folder_1a9a8a698e1d21f5aa0e10dc139d6d7f32 " class =" anchor " ></a >
331
-
332
- <hr />
333
-
334
- ### ` private std::string ` [ ` path ` ] ( #class_folder_1adbf6c881f9e745d724fc37ad4cea153f ) <a id =" class_folder_1adbf6c881f9e745d724fc37ad4cea153f " class =" anchor " ></a >
335
-
336
- <hr />
337
-
338
- ### ` private DIR * ` [ ` dir ` ] ( #class_folder_1ada2c04b7bb18988637ef5d03af23c53a ) <a id =" class_folder_1ada2c04b7bb18988637ef5d03af23c53a " class =" anchor " ></a >
339
-
340
- <hr />
341
-
342
327
# class ` InternalStorage ` <a id =" class_internal_storage " class =" anchor " ></a >
343
328
344
329
```
@@ -362,8 +347,6 @@ Represents internal storage using the Arduino Unified Storage library.
362
347
` public void ` [ ` setQSPIPartitionName ` ] ( #class_internal_storage_1ae0fbe264a758a4026548df66ec05f8c8 ) ` (const char * name) ` | Sets the QSPI partition name.
363
348
` public virtual int ` [ ` formatFAT ` ] ( #class_internal_storage_1a8a1bea9b07a7a507e4d4ac6aafb75e12 ) ` () ` | Formats the internal storage with the FAT file system.
364
349
` public virtual int ` [ ` formatLittleFS ` ] ( #class_internal_storage_1a9e86d2bbc4cbafbaee58a4b2913e0830 ) ` () ` | Formats the internal storage with the LittleFS file system.
365
- ` private char * ` [ ` partitionName ` ] ( #class_internal_storage_1a831d504f992d398801924538b677b85c ) | Retrieves the block device associated with the internal storage.
366
- ` private FileSystems ` [ ` fs ` ] ( #class_internal_storage_1a7bec9fbc7008259985da0460c501bca8 ) |
367
350
368
351
## Members
369
352
@@ -451,18 +434,6 @@ Formats the internal storage with the LittleFS file system.
451
434
1 if successful, 0 if failed.
452
435
<hr />
453
436
454
- ### ` private char * ` [ ` partitionName ` ] ( #class_internal_storage_1a831d504f992d398801924538b677b85c ) <a id =" class_internal_storage_1a831d504f992d398801924538b677b85c " class =" anchor " ></a >
455
-
456
- Retrieves the block device associated with the internal storage.
457
-
458
- #### Returns
459
- The block device as a BlockDevice object.
460
- <hr />
461
-
462
- ### ` private FileSystems ` [ ` fs ` ] ( #class_internal_storage_1a7bec9fbc7008259985da0460c501bca8 ) <a id =" class_internal_storage_1a7bec9fbc7008259985da0460c501bca8 " class =" anchor " ></a >
463
-
464
- <hr />
465
-
466
437
# class ` SDStorage ` <a id =" class_s_d_storage " class =" anchor " ></a >
467
438
468
439
```
@@ -483,7 +454,6 @@ Represents an SD card storage using the Arduino Unified Storage library.
483
454
` public virtual ` [ ` Folder ` ] ( #class_folder ) ` ` [ ` getRootFolder ` ] ( #class_s_d_storage_1a2f7327c327985d88bd1305310ec0c5e8 ) ` () ` | Retrieves the root folder of the SD card storage.
484
455
` public virtual int ` [ ` formatFAT ` ] ( #class_s_d_storage_1ab06c05a87f5e34036c2d69d187ea3775 ) ` () ` | Formats the SD card storage with the FAT file system.
485
456
` public virtual int ` [ ` formatLittleFS ` ] ( #class_s_d_storage_1a797b3226c20794fa140cea95e13d5cee ) ` () ` | Formats the SD card storage with the LittleFS file system.
486
- ` private FileSystems ` [ ` fs ` ] ( #class_s_d_storage_1a711f6f2e8af27534e9cc4cb83146049b ) |
487
457
488
458
## Members
489
459
@@ -543,10 +513,6 @@ Formats the SD card storage with the LittleFS file system.
543
513
1 if successful, 0 if failed.
544
514
<hr />
545
515
546
- ### ` private FileSystems ` [ ` fs ` ] ( #class_s_d_storage_1a711f6f2e8af27534e9cc4cb83146049b ) <a id =" class_s_d_storage_1a711f6f2e8af27534e9cc4cb83146049b " class =" anchor " ></a >
547
-
548
- <hr />
549
-
550
516
# class ` UFile ` <a id =" class_u_file " class =" anchor " ></a >
551
517
552
518
Class representing a File
@@ -583,10 +549,6 @@ Class representing a File
583
549
` public int ` [ ` available ` ] ( #class_u_file_1a37fbfdc0ad16ee06d4a66848b40912cd ) ` () ` | Returns the number of bytes available to read.
584
550
` public int ` [ ` read ` ] ( #class_u_file_1a62b544ebe9c3b144268016e6427917b5 ) ` () ` | Returns one byte from the file.
585
551
` public size_t ` [ ` write ` ] ( #class_u_file_1a4db87498c1a4205145816c14df704de7 ) ` (uint8_t value) ` | Writes one byte to the file.
586
- ` private FILE * ` [ ` fp ` ] ( #class_u_file_1aeb2eaaab578ba6e4d25cd347ec8b8ba2 ) |
587
- ` private uint8_t * ` [ ` readBuffer ` ] ( #class_u_file_1abcfa16a7593cd3c993cd3ac944c60ddb ) |
588
- ` private std::string ` [ ` path ` ] ( #class_u_file_1a19c3bc34bb3756ee19145ab259520d1a ) |
589
- ` private FileMode ` [ ` fm ` ] ( #class_u_file_1a2cfecc27dc709b4dafc9b97245348f90 ) |
590
552
591
553
## Members
592
554
@@ -859,22 +821,6 @@ Writes one byte to the file.
859
821
* ` a ` uint8_t value representing the byte to write
860
822
<hr />
861
823
862
- ### ` private FILE * ` [ ` fp ` ] ( #class_u_file_1aeb2eaaab578ba6e4d25cd347ec8b8ba2 ) <a id =" class_u_file_1aeb2eaaab578ba6e4d25cd347ec8b8ba2 " class =" anchor " ></a >
863
-
864
- <hr />
865
-
866
- ### ` private uint8_t * ` [ ` readBuffer ` ] ( #class_u_file_1abcfa16a7593cd3c993cd3ac944c60ddb ) <a id =" class_u_file_1abcfa16a7593cd3c993cd3ac944c60ddb " class =" anchor " ></a >
867
-
868
- <hr />
869
-
870
- ### ` private std::string ` [ ` path ` ] ( #class_u_file_1a19c3bc34bb3756ee19145ab259520d1a ) <a id =" class_u_file_1a19c3bc34bb3756ee19145ab259520d1a " class =" anchor " ></a >
871
-
872
- <hr />
873
-
874
- ### ` private FileMode ` [ ` fm ` ] ( #class_u_file_1a2cfecc27dc709b4dafc9b97245348f90 ) <a id =" class_u_file_1a2cfecc27dc709b4dafc9b97245348f90 " class =" anchor " ></a >
875
-
876
- <hr />
877
-
878
824
# class ` USBStorage ` <a id =" class_u_s_b_storage " class =" anchor " ></a >
879
825
880
826
```
@@ -898,10 +844,6 @@ Represents a USB storage using the Arduino Unified Storage library.
898
844
` public bool ` [ ` isConnected ` ] ( #class_u_s_b_storage_1a228919e4b7f6fe0619fbcb33da9a9534 ) ` () ` | Checks if the USB storage is connected.
899
845
` public bool ` [ ` isAvailable ` ] ( #class_u_s_b_storage_1ad71d15f8c9bcd12aa14a2bd6be620184 ) ` () ` | Checks if the USB storage is available.
900
846
` public void ` [ ` checkConnection ` ] ( #class_u_s_b_storage_1adf1432619e4e970d34f14742d6932dfe ) ` () ` | Checks the USB storage connection status.
901
- ` private FileSystems ` [ ` fs ` ] ( #class_u_s_b_storage_1a65c532755dae77664016c63e3a69a6d6 ) |
902
- ` private bool ` [ ` connected ` ] ( #class_u_s_b_storage_1abe6cfe6ed5e98e72c21150a6af17195c ) |
903
- ` private unsigned long ` [ ` previousMillis ` ] ( #class_u_s_b_storage_1a1421967255a94a2f4be67a5e37017307 ) |
904
- ` private int ` [ ` interval ` ] ( #class_u_s_b_storage_1aecbd90e5183fd2dc86d98725d1577444 ) |
905
847
906
848
## Members
907
849
@@ -981,21 +923,3 @@ true if available, false otherwise.
981
923
982
924
Checks the USB storage connection status.
983
925
<hr />
984
-
985
- ### ` private FileSystems ` [ ` fs ` ] ( #class_u_s_b_storage_1a65c532755dae77664016c63e3a69a6d6 ) <a id =" class_u_s_b_storage_1a65c532755dae77664016c63e3a69a6d6 " class =" anchor " ></a >
986
-
987
- <hr />
988
-
989
- ### ` private bool ` [ ` connected ` ] ( #class_u_s_b_storage_1abe6cfe6ed5e98e72c21150a6af17195c ) <a id =" class_u_s_b_storage_1abe6cfe6ed5e98e72c21150a6af17195c " class =" anchor " ></a >
990
-
991
- <hr />
992
-
993
- ### ` private unsigned long ` [ ` previousMillis ` ] ( #class_u_s_b_storage_1a1421967255a94a2f4be67a5e37017307 ) <a id =" class_u_s_b_storage_1a1421967255a94a2f4be67a5e37017307 " class =" anchor " ></a >
994
-
995
- <hr />
996
-
997
- ### ` private int ` [ ` interval ` ] ( #class_u_s_b_storage_1aecbd90e5183fd2dc86d98725d1577444 ) <a id =" class_u_s_b_storage_1aecbd90e5183fd2dc86d98725d1577444 " class =" anchor " ></a >
998
-
999
- <hr />
1000
-
1001
- Generated by [ Moxygen] ( https://github.com/sourcey/moxygen )
0 commit comments