Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
connector_file_system_stat_t Struct Reference
[File Status Data]
Data structure used in connector_request_id_file_system_stat callback, used to get status for a path received from Device Cloud for ls request. More...
#include <connector_api_file_system.h>
Data Fields | |
| void * | user_context |
| Holds user context. | |
| void * | errnum |
| Application defined error token. | |
| char const *CONST | path |
| File path. | |
| connector_file_system_statbuf_t | statbuf |
| File status data. | |
| struct { | |
| connector_file_system_hash_algorithm_t CONST requested | |
| requested hash algorithm | |
| connector_file_system_hash_algorithm_t actual | |
| actual hash algorithm to use for the all regular files in the directory | |
| } | hash_algorithm |
| requested and actual hash algorithm | |
Detailed Description
Data structure used in connector_request_id_file_system_stat callback, used to get status for a path received from Device Cloud for ls request.
Definition at line 409 of file connector_api_file_system.h.
Field Documentation
actual hash algorithm to use for the all regular files in the directory
Definition at line 420 of file connector_api_file_system.h.
| void* errnum |
Application defined error token.
Definition at line 412 of file connector_api_file_system.h.
| struct { ... } hash_algorithm |
requested and actual hash algorithm
| char const* CONST path |
File path.
Definition at line 414 of file connector_api_file_system.h.
requested hash algorithm
Definition at line 419 of file connector_api_file_system.h.
File status data.
Definition at line 415 of file connector_api_file_system.h.
| void* user_context |
Holds user context.
Definition at line 411 of file connector_api_file_system.h.
Generated on Tue Jul 12 2022 19:18:39 by
1.7.2