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



OpcLabs.EasyOpcClassicCore Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventType Class > Implicit Type Conversion Operator : Implicit Type Conversion(Int64,AEEventType) Operator
An AEEventType object value to be converted.
Converts an AEEventType object to a numerical bit-coded value.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal eventType As AEEventType _
) As Long
'Usage
 
public long operator implicit( 
   AEEventType eventType
)
public:
operator int64 ( 
   AEEventType^ eventType
)

Parameters

eventType
An AEEventType object value to be converted.

Return Value

Returns a bit-coded value converted from the input argument.
Remarks

This method or property does not throw any exceptions, aside from execution exceptions such as System.Threading.ThreadAbortException or System.OutOfMemoryException.

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