![]() |
PK_LROD_ask_lballs_r_t |
struct PK_LROD_ask_lballs_r_s { int r_t_version; --- version number of return structure PK_LBALL_t lballs[2]; --- the lballs of the lrod }; typedef struct PK_LROD_ask_lballs_r_s PK_LROD_ask_lballs_r_t; A structure packaging the lballs of the lrod.
The structure has the following field: 'lballs' The lballs of the lrod. The function PK_LROD_ask_lballs_r_f may be used to free associated memory.