Click or drag to resize
DataRecorderSinkBase Class
Base class for a data recorder sink, which will get notified when signals subscribed by the data recorder is updated.
Inheritance Hierarchy

Namespace:  ABB.Robotics.RobotStudio
Assembly:  ABB.Robotics.RobotStudio (in ABB.Robotics.RobotStudio.dll) Version: 7.0.8747.636
Syntax
C#
public abstract class DataRecorderSinkBase

The DataRecorderSinkBase type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyDataRecorder
Gets the DataRecorderBase that contains this sink.
Public propertyDisplayName
Localized display name for the sink
Public propertyEnabled
Gets or sets if this sink is enabled, e.g. will receive any signal data.
Public propertyId
A string that uniquely identifies the sink
Public propertySignals
Gets the collection of signals that this sink subscribes to.
Public propertyUIVisible
Gets or sets a value that indicates if this sink should be visible in a user interface.
Top
Methods
  NameDescription
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(String)
Returns true if this sink has the specified Id.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodOnData
Protected methodOnSignalDisabled
Protected methodOnSignalEnabled
Protected methodOnStart
Protected methodOnStop
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventDataAdded
Raised when new data is received by this sink.
Public eventEnabledChanged
Occurs when the Enabled property value has changed.
Top
Version Information

Supported in: 1.0.0.0
See Also