Package com.ctre.phoenixpro.controls
Class EmptyControl
java.lang.Object
com.ctre.phoenixpro.controls.ControlRequest
com.ctre.phoenixpro.controls.EmptyControl
@Deprecated(forRemoval=true) public class EmptyControl extends ControlRequest
Deprecated, for removal: This API element is subject to removal in a future version.
Classes in the phoenixpro package will be removed in 2024.
Users should instead use classes from the phoenix6 package.
Generic Empty Control class used to do nothing.
-
Field Summary
-
Constructor Summary
Constructors Constructor Description EmptyControl()
Deprecated, for removal: This API element is subject to removal in a future version.Classes in the phoenixpro package will be removed in 2024. -
Method Summary
Modifier and Type Method Description StatusCode
sendRequest(String network, int deviceHash, boolean cancelOtherRequests)
Deprecated, for removal: This API element is subject to removal in a future version.String
toString()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
EmptyControl
Deprecated, for removal: This API element is subject to removal in a future version.Classes in the phoenixpro package will be removed in 2024. Users should instead use classes from the phoenix6 package.Constructs an empty control request.
-
-
Method Details
-
toString
Deprecated, for removal: This API element is subject to removal in a future version. -
sendRequest
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
sendRequest
in classControlRequest
-