C# Class Quickstarts.HistoricalEvents.Server.HistoricalEventsNodeManager.HistoryReadRequest

Stores a read history request.
ファイルを表示 Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
ContinuationPoint byte[]
Events LinkedList
Filter Opc.Ua.EventFilter
FilterContext Opc.Ua.FilterContext
NumValuesPerNode uint
TimeFlowsBackward bool

Property Details

ContinuationPoint public_oe property

public byte[] ContinuationPoint
return byte[]

Events public_oe property

public LinkedList Events
return LinkedList

Filter public_oe property

public EventFilter,Opc.Ua Filter
return Opc.Ua.EventFilter

FilterContext public_oe property

public FilterContext,Opc.Ua FilterContext
return Opc.Ua.FilterContext

NumValuesPerNode public_oe property

public uint NumValuesPerNode
return uint

TimeFlowsBackward public_oe property

public bool TimeFlowsBackward
return bool