Click or drag to resize
DataRecorderSinkBase2 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 DataRecorderSinkBase2 : DataRecorderSinkBase

The DataRecorderSinkBase2 type exposes the following members.

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

Supported in: 1.0.0.0
See Also