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
    int getDeviceHash()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    int getDeviceId()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    String getModel()
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    String getNetwork()
    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.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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(forRemoval=true) public 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. Users should instead use classes from the phoenix6 package.
  • Method Details