Click or drag to resize
InformationStreamEvent Class

Note: This API is now obsolete.

The base class for all events that can be recieved from the InformationStream. It contains a time stamp that is synchronized with virtual time.
Inheritance Hierarchy
SystemObject
  ABB.Robotics.RobotStudio.StationsInformationStreamEvent
    ABB.Robotics.RobotStudio.StationsIOSignalChangeEvent

Namespace:  ABB.Robotics.RobotStudio.Stations
Assembly:  ABB.Robotics.RobotStudio.Stations (in ABB.Robotics.RobotStudio.Stations.dll) Version: 7.0.8747.636
Syntax
C#
[ObsoleteAttribute("Use ABB.Robotics.RobotStudio.DataRecorder instead")]
public abstract class InformationStreamEvent

The InformationStreamEvent type exposes the following members.

Constructors
  NameDescription
Protected methodInformationStreamEvent
Initializes a new instance of the InformationStreamEvent class
Top
Properties
  NameDescription
Public propertyTimestamp
Gets the time stamp which denotes the the time when the event occured in the virtual controller.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Protected field_timeStamp
Top
Version Information

Obsolete (compiler warning) in 1.0.0.0
See Also