You are here: Symbol Reference > Dew Namespace > Dew.Signal Namespace > Classes > TSignalConnectItem Class > TSignalConnectItem Properties > TSignalConnectItem.Dirty Property
Dew Signal for .NET
ContentsIndexHome
PreviousUpNext
TSignalConnectItem.Dirty Property

Used internally to signal new data.

Syntax
C#
Visual Basic
public bool Dirty;

Used internally to signal if the Input has been updated or not. The Input property must be set by the component connected to the Input property as soon as it has fresh data. Set this property from inside InternalUpdate or InternalPull when developing new signal processing component.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!