Function UA_Client_HistoryRead_modified

Source
pub unsafe extern "C" fn UA_Client_HistoryRead_modified(
    client: *mut UA_Client,
    nodeId: *const UA_NodeId,
    callback: UA_HistoricalIteratorCallback,
    startTime: UA_DateTime,
    endTime: UA_DateTime,
    indexRange: UA_String,
    returnBounds: UA_Boolean,
    numValuesPerNode: UA_UInt32,
    timestampsToReturn: UA_TimestampsToReturn,
    callbackContext: *mut c_void,
) -> UA_StatusCode