UA Bundle SDK .NET  2.2.0.255
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Groups Pages
UnifiedAutomation.UaServer.SystemOffNormalAlarmModel Class Reference

More...

Inherits UnifiedAutomation.UaServer.OffNormalAlarmModel.

Public Member Functions

 SystemOffNormalAlarmModel ()
 Initializes a new instance of the SystemOffNormalAlarmModel class. More...
 
 SystemOffNormalAlarmModel (SystemOffNormalAlarmModel template)
 Initializes a new instance of the SystemOffNormalAlarmModel class. More...
 
override void UpdateEvent (GenericEvent e)
 Updates the event. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.OffNormalAlarmModel
 OffNormalAlarmModel ()
 Initializes a new instance of the OffNormalAlarmModel class. More...
 
 OffNormalAlarmModel (OffNormalAlarmModel template)
 Initializes a new instance of the OffNormalAlarmModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.DiscreteAlarmModel
 DiscreteAlarmModel ()
 Initializes a new instance of the DiscreteAlarmModel class. More...
 
 DiscreteAlarmModel (DiscreteAlarmModel template)
 Initializes a new instance of the DiscreteAlarmModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.AlarmConditionModel
StatusCode OneShotShelve (RequestContext context)
 Shelves an alarm. More...
 
StatusCode TimedShelve (RequestContext context, double shelvingTime)
 Shelves an alarm for the specified time. More...
 
StatusCode Unshelve (RequestContext context)
 Unshelves an alarm. More...
 
virtual StatusCode Suppress (RequestContext context, bool suppress)
 Suppresses an alarm. More...
 
virtual StatusCode Activate (RequestContext context, bool active)
 Activates an alarm More...
 
override void UpdateEnabledEffectiveDisplayName ()
 Updates the effect display name for the enabled state. More...
 
virtual void UpdateActiveEffectiveDisplayName ()
 Updates the effective display name for the active state. More...
 
 AlarmConditionModel ()
 Initializes a new instance of the AlarmConditionModel class. More...
 
 AlarmConditionModel (AlarmConditionModel template)
 Initializes a new instance of the AlarmConditionModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.AcknowledgeableConditionModel
virtual StatusCode Acknowledge (RequestContext context, byte[] eventId, LocalizedText comment)
 Acknowledges an alarm. More...
 
virtual StatusCode Confirm (RequestContext context, byte[] eventId, LocalizedText comment)
 Confirms an alarm. More...
 
virtual void ResetAcked (RequestContext context)
 Sets the state to unacknownledged and unconfirmed. More...
 
 AcknowledgeableConditionModel ()
 Initializes a new instance of the AcknowledgeableConditionModel class. More...
 
 AcknowledgeableConditionModel (AcknowledgeableConditionModel template)
 Initializes a new instance of the AcknowledgeableConditionModel class. More...
 
override CallMethodEventHandler GetMethodDispatcher (RequestContext context, NodeId objectId, NodeId methodId)
 Gets the method dispatcher. More...
 
override StatusCode DispatchMethod (RequestContext context, MethodHandle methodHandle, IList< Variant > inputArguments, List< StatusCode > inputArgumentResults, List< Variant > outputArguments)
 Dispatches the method. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ConditionModel
virtual StatusCode Enable (RequestContext context)
 Enables the condition. More...
 
virtual StatusCode Disable (RequestContext context)
 Disables the condition. More...
 
virtual StatusCode AddComment (RequestContext context, byte[] eventId, LocalizedText comment)
 Adds a comment to the condition. More...
 
 ConditionModel ()
 Initializes a new instance of the ConditionModel class. More...
 
 ConditionModel (ConditionModel template)
 Initializes a new instance of the ConditionModel class. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.BaseEventModel
 BaseEventModel ()
 Initializes a new instance of the BaseEventModel class. More...
 
 BaseEventModel (BaseEventModel template)
 Initializes a new instance of the BaseEventModel class. More...
 
void NewId ()
 Assigns a new event id, time and receive time to the event. More...
 
virtual GenericEvent CreateEvent (FilterManager manager)
 Creates the event. More...
 
- Public Member Functions inherited from UnifiedAutomation.UaServer.ModelControllerBase
virtual ModelHandle GetModelHandle (StringTable namespaceUris, object instance)
 Gets the metadata handle. More...
 
virtual DataValue GetValue (IMapperContext context, ModelMapping mapping)
 Gets the value associated with the mapping. More...
 
virtual bool SetValue (IMapperContext context, ModelMapping mapping, DataValue value)
 Sets the value associated with the mapping. More...
 

Additional Inherited Members

- Properties inherited from UnifiedAutomation.UaServer.OffNormalAlarmModel
NodeId NormalState [get, set]
 Gets or sets the NormalState More...
 

Detailed Description

Constructor & Destructor Documentation

UnifiedAutomation.UaServer.SystemOffNormalAlarmModel.SystemOffNormalAlarmModel ( )
inline

Initializes a new instance of the SystemOffNormalAlarmModel class.

UnifiedAutomation.UaServer.SystemOffNormalAlarmModel.SystemOffNormalAlarmModel ( SystemOffNormalAlarmModel  template)
inline

Initializes a new instance of the SystemOffNormalAlarmModel class.

Parameters
templateThe template.

Member Function Documentation

override void UnifiedAutomation.UaServer.SystemOffNormalAlarmModel.UpdateEvent ( GenericEvent  e)
inlinevirtual

Updates the event.

Parameters
eThe event to update.

Reimplemented from UnifiedAutomation.UaServer.OffNormalAlarmModel.


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