ParentDeviceControlRequest Property

The last applied control request. Caller can cast this to the derived class if they know what type it is, otherwise they can use the ControlInfo to get info out of it.

Definition

Namespace: CTRE.Phoenix6.Hardware
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public ControlRequest ControlRequest { get; protected set; }

Property Value

ControlRequest

See Also