Class FuseIsTrippedStateMessage
Represents a state message, which is shown when a fuse is tripped.
public class FuseIsTrippedStateMessage : DigitalInputStateMessage, INotifyPropertyChangedEx, IStateMessage, IMessage, ITranslatableText, INotifyPropertyChanged
- Inheritance
-
PropertyChangedBaseFuseIsTrippedStateMessage
- Implements
-
INotifyPropertyChangedEx
- Inherited Members
-
PropertyChangedBase.Refresh()PropertyChangedBase.IsNotifyingPropertyChangedBase.PropertyChanged
Constructors
FuseIsTrippedStateMessage(IDigitalInput, bool, int?)
Initializes a new instance of the FuseIsTrippedStateMessage class.
public FuseIsTrippedStateMessage(IDigitalInput digitalInput, bool isActiveValue = false, int? id = null)
Parameters
digitalInputIDigitalInputInput the IsActive state depends on. The input type must implement INotifyPropertyChanged.
isActiveValueboolValue of the input for which the message is active.
idint?Optional message ID.
Exceptions
- ArgumentNullException
Thrown when
digitalInputis null.- ArgumentException
Thrown when
digitalInputdoes not implement INotifyPropertyChanged.