2.109.22 SENT_TRANSMIT_COMPLETE_CALLBACK Typedef
C
typedef void (*SENT_TRANSMIT_COMPLETE_CALLBACK)(uintptr_t context);
Summary
Defines a function pointer type for a callback function when a data is successfully transmitted.
Description
The SENT_TRANSMIT_COMPLETE_CALLBACK typedef defines a function pointer type for a callback function that is invoked when a data transmission is successfully complete. This callback function takes the following parameters:
1. context: A user-defined context value that can be used to pass additional information to the callback function. This is typically a pointer cast to an integer type.