Package com.ctre.phoenixpro.hardware
Class DeviceIdentifier
java.lang.Object
com.ctre.phoenixpro.hardware.DeviceIdentifier
@Deprecated(forRemoval=true) public class DeviceIdentifier extends Object
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.
-
Constructor Summary
Constructors Constructor Description DeviceIdentifier()Deprecated, for removal: This API element is subject to removal in a future version.Classes in the phoenixpro package will be removed in 2024.DeviceIdentifier(int deviceID, String model, String canbus)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 intgetDeviceHash()Deprecated, for removal: This API element is subject to removal in a future version.intgetDeviceId()Deprecated, for removal: This API element is subject to removal in a future version.StringgetModel()Deprecated, for removal: This API element is subject to removal in a future version.StringgetNetwork()Deprecated, for removal: This API element is subject to removal in a future version.StringtoString()Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Details
-
DeviceIdentifier
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. -
DeviceIdentifier
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 Details
-
getNetwork
Deprecated, for removal: This API element is subject to removal in a future version. -
getModel
Deprecated, for removal: This API element is subject to removal in a future version. -
getDeviceId
Deprecated, for removal: This API element is subject to removal in a future version. -
getDeviceHash
Deprecated, for removal: This API element is subject to removal in a future version. -
toString
Deprecated, for removal: This API element is subject to removal in a future version.
-