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



OpcLabs.EasyOpcUA Assembly > OpcLabs.EasyOpc.UA Namespace > UAStatusCode Class > Implicit Type Conversion Operator : Implicit Type Conversion(UAStatusCode,Int64) Operator
The numerical (integer) value of the status code.
Converts an internal value to a status code.
Syntax
'Declaration
 
<NotNullAttribute()>
Overloads Public Operator Widening CType( _
   ByVal internalValue As Long _
) As UAStatusCode
'Usage
 
[NotNull()]
public UAStatusCode operator implicit( 
   long internalValue
)
[NotNull()]
public:
operator UAStatusCode^ ( 
   int64 internalValue
)

Parameters

internalValue
The numerical (integer) value of the status code.

Return Value

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