ControlInfo Constructor

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.

Definition

Namespace: CTRE.Phoenix6.Controls
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public ControlInfo(
	string name
)

Parameters

name  String
Name of the control request

See Also