Click or drag to resize

ConfData Structure

Represents a rapid data of type confdata.

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

The ConfData type exposes the following members.

Properties
  NameDescription
Public propertyCf1
Gets or sets the value of Cf1.
Public propertyCf4
Gets or sets the value of Cf4.
Public propertyCf6
Gets or sets the value of Cf6.
Public propertyCfx
Gets or sets the value of Cfx.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodFillFromString
Fills the struct with a valid rapid string representation.
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the string representation of the confdata rapid data.
(Overrides ValueTypeToString.)
Top
See Also