Click or drag to resize
DataRecorderSourceBase Class
A data recorder source provides information to a data recorder.
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 DataRecorderSourceBase

The DataRecorderSourceBase type exposes the following members.

Constructors
  NameDescription
Protected methodDataRecorderSourceBase
Initializes a new instance of the DataRecorderSourceBase class
Top
Properties
  NameDescription
Public propertyDataRecorder
Gets the DataRecorderBase that contains this source.
Public propertyDisplayName
Localized display name for the source
Public propertyId
A string that uniquely identifies the source.
Top
Methods
  NameDescription
Protected methodStatic memberCreateSignal
Public methodEquals(Object) (Inherited from Object.)
Public methodEquals(String)
Returns true if this source has the specified Id.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetImageKey
Gets a string that identifies an image that represents this source in a user interface.
Public methodGetSignals
Gets a collection of DataRecorderSignal objects that this source provides.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodSubscribeSignals
Public methodToString (Inherited from Object.)
Protected methodUnsubscribeSignals
Protected methodWriteData
Top
Version Information

Supported in: 1.0.0.0
See Also