pub type PduGetObjectIdFn = extern "C" fn(pdu_object_type: PduObjt, p_short_name: *mut u8, p_pdu_object_id: *mut u32) -> PduError;
Expand description

Gets the Item ID of a given item

Parameters

  • pdu_object_type - Type of object
  • p_short_name - Short name of the object
  • p_pdu_object_id - Reference to store the object ID