Skip to main content

pio_package_from_multiconductor_network

Function pio_package_from_multiconductor_network 

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

Wrap a multiconductor PioDistNetwork handle in a .pio.json package. The C handle name is historical; the payload is powerio_dist::MulticonductorNetwork.