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

« Back to documentation index

connector_config_pointer_string_t Struct Reference

connector_config_pointer_string_t Struct Reference
[String Pointer Configuration]

Application String Pointer Configuration for the following callbacks: More...

#include <connector_api_config.h>

Data Fields

char * string
 Application string pointer.
size_t length
 Number of bytes in the application string pointer.

Detailed Description

Application String Pointer Configuration for the following callbacks:

  1. connector_request_id_config_device_type
  2. connector_request_id_config_device_cloud_url
  3. connector_request_id_config_phone_number
  4. connector_request_id_config_password
See also:
device_type
device_cloud_url
phone_number
password

Definition at line 126 of file connector_api_config.h.


Field Documentation

size_t length

Number of bytes in the application string pointer.

Definition at line 128 of file connector_api_config.h.

char* string

Application string pointer.

Definition at line 127 of file connector_api_config.h.