![]() |
![]() |
Structure with consumer NetCp config. More...
#include <consumer.h>
Data Fields | |
tf_contract_HANDLE | contract_handle |
tf_consNotify_t | consumer_notify |
tf_consAppSendRespStatus_e(* | sendFxn )(uint32_t param, uint8_t *buf, uint32_t len) |
uint32_t | param |
Structure with consumer NetCp config.
consumer notify information structure
contract handle to be used by the consumer
uint32_t consConfig::param |
parameter value used by the application
tf_consAppSendRespStatus_e(* consConfig::sendFxn)(uint32_t param, uint8_t *buf, uint32_t len) |
transport send function, sends the buffer using the transport Note: If sendFxn() function implementation decides to call tf_consAck() within, it shall do this just before the return to avoid the recursion complications