![]()  | 
  
    ISSDK
    1.8
    
   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 31 of file host_interface_service.h.
| comm_handle_t commHandle | 
pointer to a specific communication channel.
Definition at line 36 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 37 of file host_interface_service.h.
Referenced by HOST_Initialize().
| comm_instance_type_t instanceType | 
COMM Instance Type .
Definition at line 38 of file host_interface_service.h.
Referenced by HOST_Initialize(), and HOST_Receive().
| comm_interface_t* pCommInterface | 
Definition at line 33 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 34 of file host_interface_service.h.
Referenced by HOST_Initialize().
| uint32_t status | 
Current Comm status.
Definition at line 35 of file host_interface_service.h.