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.

Used in:

PK_LROD_ask_lballs
PK_LROD_ask_lballs_r_f


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.

Generated on: Fri, 04 Oct 2024 12:20:19 GMT