Show / Hide Table of Contents

Class SignalBase

Base class for signals.

Inheritance
System.Object
SignalBase
Implements
ISignal
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.

Implements

ISignal

See Also

ISignal
In This Article
Back to top Generated by DocFX