ControlRequestSendRequest Method

Common method that all control requests implement that will send the request down once the request has all the required information for the send.

Definition

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

Parameters

network  String
Network to send request down
deviceHash  UInt32
Device to send request to
cancelOtherRequests  Boolean
Whether to cancel other requests

Return Value

StatusCode
Status code of send request

See Also