Interface ISignal
Base interface for signals.
Namespace: MAT.Atlas.Api.Core.Signals
Assembly: MAT.Atlas.Api.Core.dll
Syntax
public interface ISignal
Properties
SignalId
Gets this signal type's unique identifier.
Declaration
Guid SignalId { get; }
Property Value
Type | Description |
---|---|
System.Guid | The signal type's unique identifier. |