.NET Based OPC UA Client/Server SDK  2.6.1.422
UnifiedAutomation.UaServer.ReadTrustListEventArgs Class Reference

The arguments passed when a ReadTrustList event occurs. More...

Inherits EventArgs.

Public Member Functions

 ReadTrustListEventArgs (TrustListModel model, RequestContext context, TrustListMasks masks)
 Initializes a new instance of the ReadTrustListEventArgs class. More...
 

Properties

TrustListModel Model [get]
 Gets the model. More...
 
RequestContext Context [get]
 Gets the context. More...
 
TrustListMasks Masks [get]
 Gets the masks. More...
 
StatusCode StatusCode [get, set]
 Gets or sets the status code. More...
 
TrustListDataType TrustList [get, set]
 Gets or sets the trust list. More...
 

Detailed Description

The arguments passed when a ReadTrustList event occurs.

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.ReadTrustListEventArgs.ReadTrustListEventArgs ( TrustListModel  model,
RequestContext  context,
TrustListMasks  masks 
)
inline

Initializes a new instance of the ReadTrustListEventArgs class.

Parameters
modelThe model.
contextThe context.
masksThe masks.

Property Documentation

RequestContext UnifiedAutomation.UaServer.ReadTrustListEventArgs.Context
get

Gets the context.

The context.

TrustListMasks UnifiedAutomation.UaServer.ReadTrustListEventArgs.Masks
get

Gets the masks.

The masks.

TrustListModel UnifiedAutomation.UaServer.ReadTrustListEventArgs.Model
get

Gets the model.

The model.

StatusCode UnifiedAutomation.UaServer.ReadTrustListEventArgs.StatusCode
getset

Gets or sets the status code.

The status code.

TrustListDataType UnifiedAutomation.UaServer.ReadTrustListEventArgs.TrustList
getset

Gets or sets the trust list.

The trust list.


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