Enum CANAPITypes.CANDeviceType

java.lang.Object
java.lang.Enum<CANAPITypes.CANDeviceType>
edu.wpi.first.hal.CANAPITypes.CANDeviceType
All Implemented Interfaces:
Serializable, Comparable<CANAPITypes.CANDeviceType>, Constable
Enclosing class:
CANAPITypes

public static enum CANAPITypes.CANDeviceType
extends Enum<CANAPITypes.CANDeviceType>
FRC CAN device type.

This enum represents different types of CAN devices. Teams are encouraged to use the kMiscellaneous for custom or miscellaneous devices.

See Also:
CAN Device Types