Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[milo-dev] History read with continuation point

Dear All,

I'm running a OpcUaClient.historyRead operation which returns me a HistoryResult with a continuationPoint set. The OPC UA spec tells:

"When a ContinuationPoint is returned, a Client wanting the next numValuesPerNode values should call HistoryRead again with the continuationPoint set.”

When looking at ReadRawModifiedDetails I cannot find any parameter for continuationPoint.

How can I submit a request containing the continuationPoint to request the missing data from the server?

Thanks a lot in advance.

BR,
Sebastian



Back to the top