OPCUAClientMonitoredItemConfiguration (STRUCT)ΒΆ
TYPE OPCUAClientMonitoredItemConfiguration : STRUCT
- InOut:
Name
Type
Comment
ItemToMonitorOpcUa_ReadValueIdIN: The nodeID and Attribute ID of the item to monitore
MonitoringModeOpcUa_MonitoringModeIN: The initial monitorng mode of the item.
SamplingIntervalOpcUa_DoubleIN: The sampling interval for sampling items. Will be revieced by the server.
FilterOpcUa_ExtensionObjectIN: The filter to be applied to the monitored item.
QueueSizeOpcUa_UInt32IN: The initial queue size of the monitored item. Will be reviced by the server.
DiscardOldestOpcUa_BooleanIN: Behavior on queue overflow: TRUE: The oldest sample will be removed. FALSE: the latest sample will be overwritten.
callbackIN: The callback interface for that monitored item.
statusCodeOpcUa_StatusCodeOUT: The result of the operation for this item.
hItemRTS_IEC_HANDLEOUT: The handle of the monitored item.