Skip to main content

pio_package_operating_points_json

Function pio_package_operating_points_json 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pio_package_operating_points_json( pkg: *const PioPackage, errbuf: *mut c_char, errlen: usize, ) -> *mut c_char
Expand description

Return the package operating point series as JSON, or null when absent. The returned string is owned by the library; free it with pio_string_free.