![]() |
ISSDK
1.7
IoT Sensing Software Development Kit
|
#include <host_interface_service.h>
Data Fields | |
comm_interface_t * | pCommInterface |
void * | pInData |
uint32_t | status |
comm_handle_t | commHandle |
Host_Event_t | event |
comm_instance_type_t | instanceType |
Definition at line 57 of file host_interface_service.h.
comm_handle_t commHandle |
pointer to a specific communication channel.
Definition at line 62 of file host_interface_service.h.
Referenced by HOST_Configure(), HOST_Initialize(), Host_IO_Init(), HOST_Receive(), HOST_Send(), and JSON_BlockDataRead_BlockingCall().
Host_Event_t event |
Host Event callback: Future implementaion .
Definition at line 63 of file host_interface_service.h.
Referenced by HOST_Initialize().
comm_instance_type_t instanceType |
COMM Instance Type .
Definition at line 64 of file host_interface_service.h.
Referenced by HOST_Initialize(), and HOST_Receive().
comm_interface_t* pCommInterface |
Definition at line 59 of file host_interface_service.h.
Referenced by HOST_Configure(), HOST_Initialize(), Host_IO_Init(), HOST_Receive(), HOST_Send(), and JSON_BlockDataRead_BlockingCall().
void* pInData |
Input data for the callback .
Definition at line 60 of file host_interface_service.h.
Referenced by HOST_Initialize().
uint32_t status |
Current Comm status.
Definition at line 61 of file host_interface_service.h.