EmptyControlSendRequest Method

[Missing <summary> documentation for "M:CTRE.Phoenix6.Controls.EmptyControl.SendRequest(System.String,System.UInt32,System.Boolean)"]

Definition

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

Parameters

network  String

[Missing <param name="network"/> documentation for "M:CTRE.Phoenix6.Controls.EmptyControl.SendRequest(System.String,System.UInt32,System.Boolean)"]

deviceHash  UInt32

[Missing <param name="deviceHash"/> documentation for "M:CTRE.Phoenix6.Controls.EmptyControl.SendRequest(System.String,System.UInt32,System.Boolean)"]

cancelOtherRequests  Boolean

[Missing <param name="cancelOtherRequests"/> documentation for "M:CTRE.Phoenix6.Controls.EmptyControl.SendRequest(System.String,System.UInt32,System.Boolean)"]

Return Value

StatusCode

[Missing <returns> documentation for "M:CTRE.Phoenix6.Controls.EmptyControl.SendRequest(System.String,System.UInt32,System.Boolean)"]

See Also