Package tuwien.auto.calimero.tools
Enum Class DeviceInfo.CommonParameter
- All Implemented Interfaces:
Serializable,Comparable<DeviceInfo.CommonParameter>,Constable,DeviceInfo.Parameter
- Enclosing class:
- DeviceInfo
public static enum DeviceInfo.CommonParameter
extends Enum<DeviceInfo.CommonParameter>
implements DeviceInfo.Parameter
Common device info parameters.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionActual PEI type is determined by reading the ADC.Required PEI type for user and application software, either taken from Application Program interface object or read from BCU PEI type address location. -
Method Summary
Modifier and TypeMethodDescriptionstatic DeviceInfo.CommonParameterReturns the enum constant of this class with the specified name.static DeviceInfo.CommonParameter[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface tuwien.auto.calimero.tools.DeviceInfo.Parameter
friendlyName, name
-
Enum Constant Details
-
DeviceDescriptor
-
KnxMedium
-
FirmwareType
-
FirmwareVersion
-
HardwareType
-
SerialNumber
-
DomainAddress
-
MaxApduLength
-
Manufacturer
-
ManufacturerData
-
DeviceTypeNumber
-
SoftwareVersion
-
ActualPeiType
Actual PEI type is determined by reading the ADC. -
RequiredPeiType
Required PEI type for user and application software, either taken from Application Program interface object or read from BCU PEI type address location. -
FirmwareRevision
-
RunError
-
ProgrammingMode
-
SystemState
-
RoutingCount
-
GroupObjTableLocation
-
GroupAddressTableEntries
-
DeviceAddress
-
GroupAddresses
-
ProgramVersion
-
LoadStateControl
-
LoadStateError
-
RunStateControl
-
OrderInfo
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-