Function UA_Client_addReference

Source
pub unsafe extern "C" fn UA_Client_addReference(
    client: *mut UA_Client,
    sourceNodeId: UA_NodeId,
    referenceTypeId: UA_NodeId,
    isForward: UA_Boolean,
    targetServerUri: UA_String,
    targetNodeId: UA_ExpandedNodeId,
    targetNodeClass: UA_NodeClass,
) -> UA_StatusCode