 |
PK_ATTDEF_transmit_callback_f_t |
|
typedef void (*PK_ATTDEF_transmit_callback_f_t)
(
--- received arguments ---
PK_ENTITY_t entity, --- entity to be transmitted
int n_attribs, --- number of attribs on `entity
const PK_ATTRIB_t attribs[] --- attribs on 'entity'
);
This is the type of a transmit attribute callback function.
Used in:
PK_ATTDEF_callback_fns_t
The function is called at the start of the PK function doing the transmit. All
'attribs' have the attribute definition with which the attribute callback
function has been associated by PK_ATTDEF_register_cb.