ControlInfo Structure

Information about a control request.

This type contains a map that maps control parameter names to the corresponding applied value. Users can iterate through the map to look at the applied control parameters of the control request.

Definition

Namespace: CTRE.Phoenix6.Controls
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public struct ControlInfo
Inheritance
Object    ValueType    ControlInfo

Constructors

ControlInfo Constructs a new ControlInfo object for the control request of the given name.

This is constructed by the ControlRequest class and can be accessed by calling ControlInfo.

Methods

EqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
GetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)

Fields

NameValues Dictionary containing name-value pairs of control request data

See Also