Click or drag to resize

IRapidData Interface

Defines the methods to convert strings into a rapid data and viceversa.

Namespace:  ABB.Robotics.Controllers.RapidDomain
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public interface IRapidData

The IRapidData type exposes the following members.

Methods
  NameDescription
Public methodFillFromString
Fills the struct with a valid rapid string representation.
Public methodToString
Returns the string representation of the rapid data.
Top
Remarks
All the rapid data structs must implement this interface.
See Also