Diff_PositionDutyCycle_VelocityDutyCycleSendRequest Method

Sends this request out over CAN bus to the device for the device to apply.

Definition

Namespace: CTRE.Phoenix6.Controls.Compound
Assembly: Phoenix6 (in Phoenix6.dll) Version: 1.0.0
C#
public override StatusCode SendRequest(
	string network,
	uint deviceHash,
	bool cancelOtherRequests
)

Parameters

network  String
Network to send request over
deviceHash  UInt32
Device to send request to
cancelOtherRequests  Boolean
True to cancel other requests

Return Value

StatusCode
Status of the send operation

See Also