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



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventType Class > Implicit Type Conversion Operator : Implicit Type Conversion(AEEventTypes,AEEventType) Operator
AEEventType object to be converted.
Converts AEEventType object to a combination of enumerated values.
Syntax
'Declaration
 
Overloads Public Operator Widening CType( _
   ByVal eventType As AEEventType _
) As AEEventTypes
'Usage
 
public AEEventTypes operator implicit( 
   AEEventType eventType
)
public:
operator AEEventTypes ( 
   AEEventType^ eventType
)

Parameters

eventType
AEEventType object to be converted.

Return Value

Returns a combination of enumerated values converted from the input argument.
Requirements

Target Platforms: .NET Framework: Windows 10 (selected versions), Windows 11 (selected versions), Windows Server 2012, Windows Server 2016; .NET Core, .NET 5, .NET 6: Linux, macOS, Microsoft Windows

See Also

Reference

AEEventType Class
AEEventType Members
Overload List