QuickOPC User's Guide and Reference
AEEventType Constructor(AEEventTypes)



OpcLabs.EasyOpcClassic Assembly > OpcLabs.EasyOpc.AlarmsAndEvents Namespace > AEEventType Class > AEEventType Constructor : AEEventType Constructor(AEEventTypes)
Combination of enumerated values to be converted.
Initializes a new instance of the AEEventType class.Initializes a new instance of the class, with value specified as a combination of enumerated values.
Syntax
'Declaration
 
Public Function New( _
   ByVal internalValue As AEEventTypes _
)
'Usage
 
Dim internalValue As AEEventTypes
 
Dim instance As New AEEventType(internalValue)
public AEEventType( 
   AEEventTypes internalValue
)
public:
AEEventType( 
   AEEventTypes internalValue
)

Parameters

internalValue
Combination of enumerated values to be converted.
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