Click or drag to resize

SignalState Class

The signal state.
Inheritance Hierarchy
SystemObject
  Demo3D.IOSignalState

Namespace:  Demo3D.IO
Assembly:  Demo3D.IO (in Demo3D.IO.dll) Version: 15.0.2.11458
Syntax
C#
public sealed class State

The SignalState type exposes the following members.

Properties
  NameDescription
Public propertyAddress
The current associated address.
Public propertyAt
The time that this signal arrived at Stage.
Public propertyDataValue
The current associated data value.
Public propertyStage
The Stage that this signal is currently at.
Public propertyStats
Stage stats for the stage.
Top
See Also