PK_ATTDEF_receive_callback_f_t   

typedef void    (*PK_ATTDEF_receive_callback_f_t)
(
--- received arguments ---
PK_ENTITY_t       entity,            --- entity which has been received
int               n_attribs,         --- number of attribs on 'entity'
const PK_ATTRIB_t attribs[]          --- attribs on 'entity'
);


This is the type of a receive attribute callback function.

Used in:

PK_ATTDEF_callback_fns_t


The function is called at the end of the PK function doing the receive. All
'attribs' have the attribute definition with which the attribute callback
function has been associated by PK_ATTDEF_register_cb.