OpcReadEventHistoryDetails Members

Namespace: Opc.UaFx
Assemblies: Opc.UaFx.Advanced.dll, Opc.UaFx.Advanced.dll
The OpcReadEventHistoryDetails type exposes the following members.

OpcReadEventHistoryDetails()

C#

public OpcReadEventHistoryDetails()

EndTime

C#

public DateTime? EndTime { get; set; }


Property Value

Nullable<DateTime>

Filter

C#

public OpcEventFilter Filter { get; }


Property Value

OpcEventFilter

NumberOfValues

C#

public int NumberOfValues { get; set; }


Property Value

Int32

StartTime

C#

public DateTime? StartTime { get; set; }


Property Value

Nullable<DateTime>