Class SignalBase
Base class for signals.
Inheritance
System.Object
SignalBase
Implements
Namespace: MAT.Atlas.Api.Core.Signals
Assembly: MAT.Atlas.Api.Core.dll
Syntax
public abstract class SignalBase : Object, ISignal
Constructors
SignalBase()
Declaration
protected SignalBase()
Properties
SignalId
Gets this signal type's unique identifier.
Declaration
public Guid SignalId { get; }
Property Value
Type | Description |
---|---|
System.Guid | The signal type's unique identifier. |