QuickOPC User's Guide and Reference
Implicit Type Conversion(UAStatusCode,UASeverity) Operator



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAStatusCode Class > Implicit Type Conversion Operator : Implicit Type Conversion(UAStatusCode,UASeverity) Operator
Indicates whether the StatusCode represents a good, bad or uncertain condition.
Converts severity to a status code.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal severity As UASeverity _
) As UAStatusCode
'Usage
 
[NotNull()]
public UAStatusCode operator implicit( 
   UASeverity severity
)
[NotNull()]
public:
operator UAStatusCode^ ( 
   UASeverity severity
)

Parameters

severity
Indicates whether the StatusCode represents a good, bad or uncertain condition.

Return Value

Returns the status code with specified severity.
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