Sebastián Pastor / EtheriosCloudConnector
Embed: (wiki syntax)

« Back to documentation index

connector_file_system_write_t Struct Reference

connector_file_system_write_t Struct Reference
[File Write Data]

Data structure used in connector_request_id_file_system_write callback. More...

#include <connector_api_file_system.h>

Data Fields

void * user_context
 Holds user context.
void * errnum
 Application defined error token.
void *CONST handle
 Application defined file handle.
void const *CONST buffer
 A pointer to data to be written to a file.
size_t CONST bytes_available
 Number of bytes to write.
size_t bytes_used
 Number of bytes written to a file.

Detailed Description

Data structure used in connector_request_id_file_system_write callback.

Definition at line 207 of file connector_api_file_system.h.


Field Documentation

void const* CONST buffer

A pointer to data to be written to a file.

Definition at line 213 of file connector_api_file_system.h.

size_t CONST bytes_available

Number of bytes to write.

Definition at line 214 of file connector_api_file_system.h.

size_t bytes_used

Number of bytes written to a file.

Definition at line 215 of file connector_api_file_system.h.

void* errnum

Application defined error token.

Definition at line 210 of file connector_api_file_system.h.

void* CONST handle

Application defined file handle.

Definition at line 212 of file connector_api_file_system.h.

void* user_context

Holds user context.

Definition at line 209 of file connector_api_file_system.h.