The types of vendor-specific diagnostics to be returned by the server in the responses.
Syntax
Members
Member | Value | Description |
AdditionalInfo | 132 | Remarks:
AdditionalInfo = 132, |
All | 1023 | Remarks:
All = 1023 |
InnerDiagnostics | 528 | Remarks:
InnerDiagnostics = 528, |
InnerStatusCode | 264 | Remarks:
InnerStatusCode = 264, |
LocalizedText | 66 | Remarks:
LocalizedText = 66, |
None | 0 | Return no diagnostics.
Remarks:
ServiceSymbolicId = 0, |
OperationAdditionalInfo | 128 | Return diagnostics for individual operations requested in the Service. Return a byte string that contains additional diagnostic information, such as a memory image. The format of this byte string is vendor-specific, and may depend on the type of error or condition encountered.
Remarks:
OperationAdditionalInfo = 128, |
OperationAll | 992 | Remarks:
OperationAll = 992, |
OperationInnerDiagnostics | 512 | Return diagnostics for individual operations requested in the Service. Return the inner diagnostic info associated with the operation or Service. The contents of the inner diagnostic info structure are determined by other bits in the mask. Note that setting this bit could cause multiple levels of nested diagnostic info structures to be returned.
Remarks:
OperationInnerDiagnostics = 512, |
OperationInnerStatusCode | 256 | Return diagnostics for individual operations requested in the Service. Return the inner StatusCode associated with the operation or Service.
Remarks:
OperationInnerStatusCode = 256, |
OperationLocalizedText | 64 | Return diagnostics for individual operations requested in the Service. Return up to 256 bytes of localized text that describes the symbolic id.
Remarks:
OperationLocalizedText = 64, |
OperationNoInnerStatus | 224 | Remarks:
OperationNoInnerStatus = 224, |
OperationSymbolicId | 32 | Return diagnostics for individual operations requested in the Service. Return a namespace-qualified, symbolic identifier for an error or condition. The maximum length of this identifier is 32 characters.
Remarks:
OperationSymbolicId = 32, |
OperationSymbolicIdAndText | 96 | Remarks:
OperationSymbolicIdAndText = 96, |
ServiceAdditionalInfo | 4 | Return diagnostics for the Service. Return a byte string that contains additional diagnostic information, such as a memory image. The format of this byte string is vendor-specific, and may depend on the type of error or condition encountered.
Remarks:
ServiceAdditionalInfo = 4, |
ServiceAll | 31 | Remarks:
ServiceAll = 31, |
ServiceInnerDiagnostics | 16 | Return diagnostics for the Service. Return the inner diagnostic info associated with the operation or Service. The contents of the inner diagnostic info structure are determined by other bits in the mask. Note that setting this bit could cause multiple levels of nested diagnostic info structures to be returned.
Remarks:
ServiceInnerDiagnostics = 16, |
ServiceInnerStatusCode | 8 | Return diagnostics for the Service. Return the inner StatusCode associated with the operation or Service.
Remarks:
ServiceInnerStatusCode = 8, |
ServiceLocalizedText | 2 | Return diagnostics for the Service. Return up to 256 bytes of localized text that describes the symbolic id.
Remarks:
ServiceLocalizedText = 2, |
ServiceNoInnerStatus | 15 | Remarks:
ServiceNoInnerStatus = 15, |
ServiceSymbolicId | 1 | Return diagnostics for the Service. Return a namespace-qualified, symbolic identifier for an error or condition. The maximum length of this identifier is 32 characters.
Remarks:
ServiceSymbolicId = 1, |
ServiceSymbolicIdAndText | 3 | Remarks:
ServiceSymbolicIdAndText = 3, |
SymbolicId | 33 | Remarks:
SymbolicId = 33, |
SymbolicIdAndText | 99 | Remarks:
SymbolicIdAndText = 99, |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
OpcLabs.EasyOpc.UA.Engine.UADiagnosticsMasks
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