![]() |
ISF
2.1
Intelligent Sensing Framework for Kinetis with Processor Expert
|
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>
Data Fields | |
ci_protocol_init_funcp_t * | pProtocolInit |
ci_protocol_callback_funcp_t * | pProtocolCB |
Protocol initialization. More... | |
uint32 | destBufferSize |
Callback function associated with the protocol ID. More... | |
uint8 | protcolID |
Protocol destination buffer size. More... | |
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.
uint32 destBufferSize |
Callback function associated with the protocol ID.
Definition at line 162 of file isf_ci_protocol.h.
ci_protocol_callback_funcp_t* pProtocolCB |
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().