ISSDK  1.7
IoT Sensing Software Development Kit
Data Fields
_data_format_interface_ Struct Reference

#include <data_format_service.h>

Collaboration diagram for _data_format_interface_:
Collaboration graph

Data Fields

DATA_FORMAT_Init_tInit
 
DATA_FORMAT_Serialize_tSerialize
 
DATA_FORMAT_Deserialize_tDeserialize
 
DATA_FORMAT_Append_t * Append
 

Detailed Description

Definition at line 73 of file data_format_service.h.

Field Documentation

◆ Append

DATA_FORMAT_Append_t* Append

Pointer to the data-format Append() function.

Definition at line 78 of file data_format_service.h.

◆ Deserialize

Pointer to the data-format Deserialize() function.

Definition at line 77 of file data_format_service.h.

◆ Init

Pointer to the data-format Initialize() function.

Definition at line 75 of file data_format_service.h.

◆ Serialize

Pointer to the data-format Serialize() function.

Definition at line 76 of file data_format_service.h.


The documentation for this struct was generated from the following file: