Show / Hide Table of Contents

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.

In This Article
Back to top Generated by DocFX