Skip to main content

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

Was this your comment that I answered? 

https://github.com/eclipse/milo/commit/c994e584bb7bec30e022de661e4e72329b400c23#commitcomment-36692756


On Jan 13, 2020, at 5:20 AM, Sebastian Voss <voss@xxxxxxxx> wrote:

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

_______________________________________________
milo-dev mailing list
milo-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/milo-dev

Back to the top