C# Class Opc.Ua.Com.Client.AeEventTypeMappingState

Stores information about an abstract event type that groups AE events in the type hierarchy.
Inheritance: Opc.Ua.BaseObjectTypeState
Mostrar archivo Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
AeEventTypeMappingState ( EventTypeMapping eventType, ushort namespaceIndex ) : System

Initializes a new instance of the AeEventTypeMappingState class.

Method Details

AeEventTypeMappingState() public method

Initializes a new instance of the AeEventTypeMappingState class.
public AeEventTypeMappingState ( EventTypeMapping eventType, ushort namespaceIndex ) : System
eventType EventTypeMapping
namespaceIndex ushort
return System