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

« Back to documentation index

connector_api_data_point.h File Reference

connector_api_data_point.h File Reference

Functions and prototypes for Connector Data Point related API public API. More...

Go to the source code of this file.

Data Structures

struct  connector_time_epoch_fractional_t
 The data structure to represent seconds and milliseconds since the epoch (00:00:00 UTC on 1 January 1970). More...
struct  connector_time_epoch_whole_t
 The data structure to represent milliseconds since the epoch (00:00:00 UTC on 1 January 1970). More...
struct  connector_data_point_t
 Data structure to make a linked list of data points to send it out in one transaction. More...
struct  connector_request_data_point_binary_t
 This data structure is used when the connector_initiate_action() API is called with connector_initiate_binary_point request id. More...
struct  connector_request_data_point_single_t
 This data structure is used when the connector_initiate_action() API is called with connector_initiate_data_point_single request id. More...
struct  connector_data_point_response_t
 The data in the callback with request id connector_request_id_data_point_binary_response and connector_request_id_data_point_single_response will point to this data structure. More...
struct  connector_data_point_status_t
 The data in the callback with request id connector_request_id_data_point_binary_status and connector_request_id_data_point_single_status will point to this data structure. More...

Typedefs

typedef struct
connector_data_point_t 
connector_data_point_t
 Data structure to make a linked list of data points to send it out in one transaction.

Enumerations

enum  connector_request_id_data_point_t { connector_request_id_data_point_binary_response, connector_request_id_data_point_binary_status, connector_request_id_data_point_single_response, connector_request_id_data_point_single_status }
 

Data Point request IDs are used to return Device Cloud response for a Data point request.

More...
enum  connector_data_point_type_t {
  connector_data_point_type_integer, connector_data_point_type_long, connector_data_point_type_float, connector_data_point_type_double,
  connector_data_point_type_string, connector_data_point_type_binary
}
 

This lists the data types supported for Data Points for Devices.

More...

Detailed Description

Functions and prototypes for Connector Data Point related API public API.

Definition in file connector_api_data_point.h.