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

Stores information about an AE event type in the server address space.
Inheritance: Opc.Ua.BaseObjectTypeState
ファイルを表示 Open project: OPCFoundation/UA-.NET Class Usage Examples

Public Methods

Method Description
AeEventTypeState ( EventType eventType, ushort namespaceIndex ) : System

Initializes a new instance of the AeEventTypeState class.

Private Methods

Method Description
ConstructEvent ( OpcRcw.Ae.ONEVENTSTRUCT e ) : BaseEventState

Method Details

AeEventTypeState() public method

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