Click or drag to resize

Bool Structure

Represents a rapid data of type bool.

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

The Bool type exposes the following members.

Constructors
  NameDescription
Public methodBool
Initializes a new instance of the Bool class with a specific value.
Top
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodFillFromBool
Fills the struct with a bool value.
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 bool rapid data.
(Overrides ValueTypeToString.)
Top
Operators
See Also