Package com.ctre.phoenixpro.wpiutils
Class AutoFeedEnable
java.lang.Object
com.ctre.phoenixpro.wpiutils.AutoFeedEnable
- All Implemented Interfaces:
AutoCloseable
@Deprecated(forRemoval=true) public class AutoFeedEnable extends Object implements AutoCloseable
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.
-
Method Summary
Modifier and Type Method Description void
close()
Deprecated, for removal: This API element is subject to removal in a future version.static AutoFeedEnable
getInstance()
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Details
-
getInstance
Deprecated, for removal: This API element is subject to removal in a future version. -
close
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
close
in interfaceAutoCloseable
-