Opc.Ua.Core
LookupSymbolicId Method (StatusCode)



Opc.Ua Namespace > StatusCode Structure : LookupSymbolicId Method
The numeric error-code to convert to a textual description
Looks up the symbolic name for a status code.
Syntax
'Declaration
 
Public Shared Function LookupSymbolicId( _
   ByVal code As UInteger _
) As String
'Usage
 
Dim code As UInteger
Dim value As String
 
value = StatusCode.LookupSymbolicId(code)
public static string LookupSymbolicId( 
   uint code
)
public:
static String^ LookupSymbolicId( 
   uint code
) 

Parameters

code
The numeric error-code to convert to a textual description
Remarks
Looks up the symbolic name for a status code.
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