.NET Based OPC UA Client/Server SDK  2.6.0.418
UnifiedAutomation.UaClient.NewEvent Class Reference

An event notification. More...

Public Member Functions

Get< T > (string browsePath)
 Gets the specified browse path. More...
 
Get< T > (T defaultValue, string browsePath)
 Gets the specified default value. More...
 
Get< T > (T defaultValue, StringTable sourceTable, string browsePath)
 Gets the specified default value. More...
 
Get< T > (params QualifiedName[] browsePath)
 Gets the specified browse path. More...
 
Get< T > (T defaultValue, params QualifiedName[] browsePath)
 Gets the specified default value. More...
 
Get< T > (StringTable sourceTable, params AbsoluteName[] browsePath)
 Gets the specified source table. More...
 
Get< T > (T defaultValue, StringTable sourceTable, params AbsoluteName[] browsePath)
 Gets the specified default value. More...
 

Properties

EventMonitoredItem MonitoredItem [get, set]
 Gets or sets the monitored item. More...
 
EventFieldList Event [get, set]
 Gets or sets the value. More...
 
bool Republish [get, set]
 Gets or sets a value indicating whether this DataChange is republish. More...
 

Detailed Description

An event notification.

Member Function Documentation

T UnifiedAutomation.UaClient.NewEvent.Get< T > ( string  browsePath)
inline

Gets the specified browse path.

Template Parameters
T
Parameters
browsePathThe browse path.
Returns
T UnifiedAutomation.UaClient.NewEvent.Get< T > ( defaultValue,
string  browsePath 
)
inline

Gets the specified default value.

Template Parameters
T
Parameters
defaultValueThe default value.
browsePathThe browse path.
Returns
T UnifiedAutomation.UaClient.NewEvent.Get< T > ( defaultValue,
StringTable  sourceTable,
string  browsePath 
)
inline

Gets the specified default value.

Template Parameters
T
Parameters
defaultValueThe default value.
sourceTableThe source table.
browsePathThe browse path.
Returns
T UnifiedAutomation.UaClient.NewEvent.Get< T > ( params QualifiedName[]  browsePath)
inline

Gets the specified browse path.

Template Parameters
T
Parameters
browsePathThe browse path.
Returns
T UnifiedAutomation.UaClient.NewEvent.Get< T > ( defaultValue,
params QualifiedName[]  browsePath 
)
inline

Gets the specified default value.

Template Parameters
T
Parameters
defaultValueThe default value.
browsePathThe browse path.
Returns
T UnifiedAutomation.UaClient.NewEvent.Get< T > ( StringTable  sourceTable,
params AbsoluteName[]  browsePath 
)
inline

Gets the specified source table.

Template Parameters
T
Parameters
sourceTableThe source table.
browsePathThe browse path.
Returns
T UnifiedAutomation.UaClient.NewEvent.Get< T > ( defaultValue,
StringTable  sourceTable,
params AbsoluteName[]  browsePath 
)
inline

Gets the specified default value.

Template Parameters
T
Parameters
defaultValueThe default value.
sourceTableThe source table.
browsePathThe browse path.
Returns

Property Documentation

EventFieldList UnifiedAutomation.UaClient.NewEvent.Event
getset

Gets or sets the value.

EventMonitoredItem UnifiedAutomation.UaClient.NewEvent.MonitoredItem
getset

Gets or sets the monitored item.

bool UnifiedAutomation.UaClient.NewEvent.Republish
getset

Gets or sets a value indicating whether this DataChange is republish.

true if a republish; otherwise, false.


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