40     pHandle->
event = event;
    76         process(pHandle, pData);
 
comm_interface_t commUART
 
The host_interface_service.h file describes the structures and definitions for the host...
 
#define HOST_INTERFACE_OK
 
comm_instance_type_t instanceType
 
int32_t HOST_Initialize(host_interface_handle_t *pHandle, comm_type_t type, void *pCommInstance, comm_instance_type_t inType, Host_Event_t event, void *pInData)
The function to Initialize the Host. 
 
void(* Host_Event_t)(uint32_t event)
 
typedef int32_t(DATA_FORMAT_Append_t))(void *pData
The interface function to append the data on the formated stream. 
 
int32_t HOST_Receive(host_interface_handle_t *pHandle, uint8_t *pData, uint32_t *pRecvSize, uint32_t size, BlockRead_t process)
The function to receive data from the host. 
 
void(* BlockRead_t)(host_interface_handle_t *pHandle, void *pData)
 
COMM_Config_t * Configure
 
enum _comm_instance_type_ comm_instance_type_t
 
int32_t HOST_Send(host_interface_handle_t *pHandle, uint8_t *pData, uint32_t size)
The function to Send the data to the host. 
 
int32_t HOST_Configure(host_interface_handle_t *pHandle, void *pConfigData)
The function to Configure the Host. 
 
comm_interface_t * pCommInterface
 
enum _comm_type_ comm_type_t