EasyUA Reference
DiagnosticInfo Constructor(Int32,Int32,Int32,Int32,String)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > DiagnosticInfo Class > DiagnosticInfo Constructor : DiagnosticInfo Constructor(Int32,Int32,Int32,Int32,String)

symbolicId
The symbolic ID
namespaceUri
The namespace URI applicable
locale
The locale for the localized text value
localizedText
The localized text value
additionalInfo
Additional, textual information

Glossary Item Box

Initializes the object with specific values.

Syntax

Visual Basic (Usage)Copy Code
Dim symbolicId As Integer
Dim namespaceUri As Integer
Dim locale As Integer
Dim localizedText As Integer
Dim additionalInfo As String
 
Dim instance As New DiagnosticInfo(symbolicId, namespaceUri, locale, localizedText, additionalInfo)

Parameters

symbolicId
The symbolic ID
namespaceUri
The namespace URI applicable
locale
The locale for the localized text value
localizedText
The localized text value
additionalInfo
Additional, textual information

Remarks

Initializes the object with specific values.

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.