EasyUA Reference
StatusCode Constructor(UInt32)
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > StatusCode Structure > StatusCode Constructor : StatusCode Constructor(UInt32)

code
The numeric code to apply to this status code

Glossary Item Box

Initializes the object with a numeric value.

Syntax

Visual Basic (Usage)Copy Code
Dim code As UInteger
 
Dim instance As New StatusCode(code)
C# 
public StatusCode( 
   uint code
)

Parameters

code
The numeric code to apply to this status code

Remarks

Initializes the object with a numeric value.

Requirements

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

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.