Type Definition dpdu_rust::PduConstructFn

source · []
pub type PduConstructFn = extern "C" fn(option_str: *mut u8, p_api_tag: *mut c_void) -> PduError;
Expand description

Constructs and initializes the PDU API library

Parameters

  • option_str - A list of attributes and values specific to D-PDU API
  • p_api_tag - Application defined tag value for callbacks