QuickOPC User's Guide and Reference
UAMappingContext Constructor(UAEndpointDescriptor,UAMonitoringParameters,UASubscriptionParameters,UANodeDescriptor,UAReadParameters)



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA.LiveMapping Namespace > UAMappingContext Class > UAMappingContext Constructor : UAMappingContext Constructor(UAEndpointDescriptor,UAMonitoringParameters,UASubscriptionParameters,UANodeDescriptor,UAReadParameters)
The OPC-UA server (endpoint) involved in the operation.
Contains monitoring parameters (such as the sampling interval, and optional data change filter).
Contains subscription parameters (such as the publishing interval).
The descriptor of the OPC node involved in the operation.
Contains parameters for OPC-UA read operations, such as the maximum age of the value.
Initializes a new instance of the class, with a given OPC-UA endpoint descriptor, OPC monitoring parameters and data change filter, OPC subscription parameters, OPC node descriptor, and read parameters.
Syntax

Parameters

endpointDescriptor
The OPC-UA server (endpoint) involved in the operation.
monitoringParameters
Contains monitoring parameters (such as the sampling interval, and optional data change filter).
subscriptionParameters
Contains subscription parameters (such as the publishing interval).
nodeDescriptor
The descriptor of the OPC node involved in the operation.
readParameters
Contains parameters for OPC-UA read operations, such as the maximum age of the value.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2016, Windows Server 2022; .NET: Linux, macOS, Microsoft Windows

See Also