retrieve_data

Function retrieve_data 

Source
pub fn retrieve_data(
    data_handle: DataHandle,
    retrieve_data_type: RetrieveDataType,
    data: &mut [u8],
) -> u32
Expand description

A max_len of 0 should still give you out_len in that argument so that you can use this to allocate data and call it again with the right amount.