QuickOPC User's Guide and Reference
ToAEEventTypes Method



OpcLabs.EasyOpcClassicCore 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.
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