Interface ISourceSignal
Source signal.
Inherited Members
Namespace: MAT.Atlas.Api.Core.Signals
Assembly: MAT.Atlas.Api.Core.dll
Syntax
public interface ISourceSignal : ISignal
Properties
SourceId
Gets this source of signal unique identifier.
Declaration
Guid SourceId { get; }
Property Value
Type | Description |
---|---|
System.Guid | The signal source unique identifier. |