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_open_t Struct Reference
[File Open Data]
  Data structure used in connector_request_id_file_system_open callback. 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. | |
| int CONST | oflag | 
| bitwise-inclusive OR of File Open Flags flags | |
| void * | handle | 
| Application defined file handle. | |
Detailed Description
Data structure used in connector_request_id_file_system_open callback.
Definition at line 141 of file connector_api_file_system.h.
Field Documentation
| void* errnum | 
Application defined error token.
Definition at line 144 of file connector_api_file_system.h.
| void* handle | 
Application defined file handle.
Definition at line 148 of file connector_api_file_system.h.
| int CONST oflag | 
bitwise-inclusive OR of File Open Flags flags
Definition at line 147 of file connector_api_file_system.h.
| char const* CONST path | 
File path.
Definition at line 146 of file connector_api_file_system.h.
| void* user_context | 
Holds user context.
Definition at line 143 of file connector_api_file_system.h.
Generated on Tue Jul 12 2022 19:18:39 by
 1.7.2
 1.7.2