.NET Based OPC UA Client/Server SDK  3.3.0.530
UnifiedAutomation.UaClient.ApplicationRegisteredEventArgs Class Reference

EventArgs passed by ApplicationRegistered. More...

Public Types

enum  Mode { Mode.NewlyRegistered, Mode.AlreadyRegistered, Mode.Updated }
 Indicating if the Application was newly registered or has been registered already. More...
 

Properties

NodeId ApplicationId [get, set]
 The ApplicationId assigned by the GDS. More...
 
Mode RegisteredApplicationMode [get, set]
 Indicating if the Application was newly registered or has been registered already. More...
 

Detailed Description

EventArgs passed by ApplicationRegistered.

Member Enumeration Documentation

Indicating if the Application was newly registered or has been registered already.

Enumerator
NewlyRegistered 
AlreadyRegistered 
Updated 

Property Documentation

NodeId UnifiedAutomation.UaClient.ApplicationRegisteredEventArgs.ApplicationId
getset

The ApplicationId assigned by the GDS.

Mode UnifiedAutomation.UaClient.ApplicationRegisteredEventArgs.RegisteredApplicationMode
getset

Indicating if the Application was newly registered or has been registered already.


The documentation for this class was generated from the following file: