Opc.Ua.Core
StatusCode Constructor(UInt32)



Opc.Ua Namespace > StatusCode Structure > StatusCode Constructor : StatusCode Constructor(UInt32)
The numeric code to apply to this status code
Initializes the object with a numeric value.
Syntax
'Declaration
 
Public Function New( _
   ByVal code As UInteger _
)
'Usage
 
Dim code As UInteger
 
Dim instance As New StatusCode(code)
public StatusCode( 
   uint code
)
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, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

StatusCode Structure
StatusCode Members
Overload List