Function UA_Client_getEndpoints

Source
pub unsafe extern "C" fn UA_Client_getEndpoints(
    client: *mut UA_Client,
    serverUrl: *const c_char,
    endpointDescriptionsSize: *mut usize,
    endpointDescriptions: *mut *mut UA_EndpointDescription,
) -> UA_StatusCode