Click or drag to resize

CapacityInfo Structure

This struct defines the memory information for FlexPendant and the unit for the number is kilo byte

Namespace:  ABB.Robotics.Diagnostics
Assembly:  ABB.Robotics (in ABB.Robotics.dll) Version: 6.5.129.0
Syntax
C#
public struct CapacityInfo

The CapacityInfo type exposes the following members.

Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
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 fully qualified type name of this instance.
(Inherited from ValueType.)
Top
Fields
  NameDescription
Public fieldAvailableCapacity
available capacity
Public fieldTotalCapacity
total capacity
Public fieldUsedCapacity
used capacity
Top
See Also