ISSDK  1.8
IoT Sensing Software Development Kit
Data Fields
_host_interface_handle_ Struct Reference

#include <host_interface_service.h>

Collaboration diagram for _host_interface_handle_:
Collaboration graph

Data Fields

comm_interface_tpCommInterface
 
void * pInData
 
uint32_t status
 
comm_handle_t commHandle
 
Host_Event_t event
 
comm_instance_type_t instanceType
 

Detailed Description

Definition at line 31 of file host_interface_service.h.

Field Documentation

◆ commHandle

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().

◆ event

Host_Event_t event

Host Event callback: Future implementaion .

Definition at line 37 of file host_interface_service.h.

Referenced by HOST_Initialize().

◆ instanceType

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().

◆ pCommInterface

comm_interface_t* pCommInterface

◆ pInData

void* pInData

Input data for the callback .

Definition at line 34 of file host_interface_service.h.

Referenced by HOST_Initialize().

◆ status

uint32_t status

Current Comm status.

Definition at line 35 of file host_interface_service.h.


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