#include <tm_reader.h>
Public Attributes | |
void * | cookie |
TMR_ReadListener | listener |
Private Attributes | |
struct TMR_ReadListenerBlock * | next |
User-allocated structure containing the callback pointer and the value to pass to that callback.
Definition at line 194 of file tm_reader.h.
Value to pass to callback function
Definition at line 199 of file tm_reader.h.
Pointer to callback function
Definition at line 197 of file tm_reader.h.
struct TMR_ReadListenerBlock* TMR_ReadListenerBlock::next [private] |
Definition at line 201 of file tm_reader.h.