Uses of Class
org.opcfoundation.ua.core.HistoryReadValueId

Packages that use HistoryReadValueId
org.opcfoundation.ua.core All the code in this package are codegenerated. 
org.opcfoundation.ua.transport This package contains SecureChannel and related interfaces 
 

Uses of HistoryReadValueId in org.opcfoundation.ua.core
 

Fields in org.opcfoundation.ua.core declared as HistoryReadValueId
protected  HistoryReadValueId[] HistoryReadRequest.NodesToRead
           
 

Methods in org.opcfoundation.ua.core that return HistoryReadValueId
 HistoryReadValueId HistoryReadValueId.clone()
          Deep clone
 HistoryReadValueId[] HistoryReadRequest.getNodesToRead()
           
 

Methods in org.opcfoundation.ua.core with parameters of type HistoryReadValueId
 void HistoryReadRequest.setNodesToRead(HistoryReadValueId[] NodesToRead)
           
static ServiceResult HistoryReadValueId.validate(HistoryReadValueId valueId)
           
 

Constructors in org.opcfoundation.ua.core with parameters of type HistoryReadValueId
HistoryReadRequest(RequestHeader RequestHeader, ExtensionObject HistoryReadDetails, TimestampsToReturn TimestampsToReturn, Boolean ReleaseContinuationPoints, HistoryReadValueId[] NodesToRead)
           
 

Uses of HistoryReadValueId in org.opcfoundation.ua.transport
 

Methods in org.opcfoundation.ua.transport with parameters of type HistoryReadValueId
 HistoryReadResponse ChannelService.HistoryRead(RequestHeader RequestHeader, ExtensionObject HistoryReadDetails, TimestampsToReturn TimestampsToReturn, Boolean ReleaseContinuationPoints, HistoryReadValueId... NodesToRead)
          Synchronous HistoryRead service request.
 AsyncResult ChannelService.HistoryReadAsync(RequestHeader RequestHeader, ExtensionObject HistoryReadDetails, TimestampsToReturn TimestampsToReturn, Boolean ReleaseContinuationPoints, HistoryReadValueId... NodesToRead)
          Asynchronous HistoryRead service request.
 



Copyright © 2018. All rights reserved.