Skip to main content

UA_ExpandedNodeId_parseEx

Function UA_ExpandedNodeId_parseEx 

Source
pub unsafe extern "C" fn UA_ExpandedNodeId_parseEx(
    id: *mut UA_ExpandedNodeId,
    str_: UA_String,
    nsMapping: *const UA_NamespaceMapping,
    serverUrisSize: usize,
    serverUris: *const UA_String,
) -> UA_StatusCode