ControlRequest Constructor

Constructs a new Control Request with the given name.

Definition

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

Parameters

name  String
Name of the control request

See Also