C# Class Opc.Ua.BaseEventState

ファイルを表示 Open project: OPCFoundation/UA-.NETStandardLibrary Class Usage Examples

Public Methods

Method Description
Initialize ( ISystemContext context, NodeState source, EventSeverity severity, Opc.Ua.LocalizedText message ) : void

Initializes a new event.

Method Details

Initialize() public method

Initializes a new event.
public Initialize ( ISystemContext context, NodeState source, EventSeverity severity, Opc.Ua.LocalizedText message ) : void
context ISystemContext The current system context.
source NodeState The source of the event.
severity EventSeverity The severity for the event.
message Opc.Ua.LocalizedText The default message.
return void