Function qpid_proton_sys::pn_data_put_array[][src]

pub unsafe extern "C" fn pn_data_put_array(
    data: *mut pn_data_t,
    described: bool,
    param_type: pn_type_t
) -> i32
Expand description

Puts an empty array value into a pn_data_t. Elements may be filled by entering the array node and putting the element values. The values must all be of the specified array element type. If an array is described then the first child value of the array is the descriptor and may be of any type.