ISF  2.2 rev 5
Intelligent Sensing Framework for Kinetis with Processor Expert
ci_protocol_t Struct Reference

This structure binds a protocol ID to a set of related functions and data. When a packet is received from the host, the CI task will invoke the callback that is associated with the protocol ID that is part of the CI packet header. More...

#include <isf_ci_protocol.h>

Collaboration diagram for ci_protocol_t:
Collaboration graph

Data Fields

ci_protocol_init_funcp_tpProtocolInit
 
ci_protocol_callback_funcp_tpProtocolCB
 Protocol initialization. More...
 
uint32 destBufferSize
 Callback function associated with the protocol ID. More...
 
uint8 protcolID
 Protocol destination buffer size. More...
 

Detailed Description

This structure binds a protocol ID to a set of related functions and data. When a packet is received from the host, the CI task will invoke the callback that is associated with the protocol ID that is part of the CI packet header.

Definition at line 158 of file isf_ci_protocol.h.

Field Documentation

uint32 destBufferSize

Callback function associated with the protocol ID.

Definition at line 162 of file isf_ci_protocol.h.

Protocol initialization.

Definition at line 161 of file isf_ci_protocol.h.

ci_protocol_init_funcp_t* pProtocolInit

Definition at line 160 of file isf_ci_protocol.h.

uint8 protcolID

Protocol destination buffer size.

Definition at line 163 of file isf_ci_protocol.h.

Referenced by ci_init().


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