java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.datalogic.device.configuration.DeviceNameSuffix |
Enum DeviceNameSuffix
defines the possible suffixes for setting the property DEVICE_NAME_SUFFIX
.
This value is added to the property DEVICE_NAME_BASE
to build a unique device name.
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
DeviceNameSuffix | MAC_ADDRESS | MAC Address is added as suffix to DEVICE_NAME_BASE to build the DeviceName. |
|||||||||
DeviceNameSuffix | NIC_SPECIFIC_MAC_ADDRESS | Last 6 characters of the MAC Address are added as suffix to DEVICE_NAME_BASE to build the DeviceName. |
|||||||||
DeviceNameSuffix | NONE | No suffix added to DEVICE_NAME_BASE to build the DeviceName. |
|||||||||
DeviceNameSuffix | SERIAL_NUMBER | Serial Number is added as suffix to DEVICE_NAME_BASE to build the DeviceName. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
|
MAC Address is added as suffix to DEVICE_NAME_BASE
to build the DeviceName.
Last 6 characters of the MAC Address are added as suffix to DEVICE_NAME_BASE
to build the DeviceName.
No suffix added to DEVICE_NAME_BASE
to build the DeviceName.
Serial Number is added as suffix to DEVICE_NAME_BASE
to build the DeviceName.