QuickOPC User's Guide and Reference
ToAEEventTypes Method



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventType Class : ToAEEventTypes Method
AEEventType object to be converted.
Converts AEEventType object to a combination of enumerated values.
Syntax
'Declaration
 
Public Shared Function ToAEEventTypes( _
   ByVal eventType As AEEventType _
) As AEEventTypes
'Usage
 
Dim eventType As AEEventType
Dim value As AEEventTypes
 
value = AEEventType.ToAEEventTypes(eventType)
public static AEEventTypes ToAEEventTypes( 
   AEEventType eventType
)
public:
static AEEventTypes ToAEEventTypes( 
   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