C# Class Opc.Ua.Com.Client.ComDaGroup.DataChangeInfo

Stores the information used to report data changes.
Mostrar archivo Open project: OPCFoundation/UA-.NET

Public Properties

Property Type Description
LastError Opc.Ua.ServiceResult
LastValue Opc.Ua.DataValue
MonitoredItems Opc.Ua.Server.MonitoredItem[]

Property Details

LastError public_oe property

public ServiceResult,Opc.Ua LastError
return Opc.Ua.ServiceResult

LastValue public_oe property

public DataValue,Opc.Ua LastValue
return Opc.Ua.DataValue

MonitoredItems public_oe property

public MonitoredItem[],Opc.Ua.Server MonitoredItems
return Opc.Ua.Server.MonitoredItem[]