public static enum StpApi.DeviceExceptionEventType extends java.lang.Enum<StpApi.DeviceExceptionEventType> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.DeviceExceptionEventType
**NOT YET SUPPORTED**| Enum Constant and Description |
|---|
DEVICE_EXCEPTION_EVENT_TYPE_OPERATION_START_TRIGGER_FAULT
Generated when a GPI start trigger fires before STP is done
with the current operation and returned to the engaged
state.
|
DEVICE_EXCEPTION_EVENT_TYPE_SYSTEM_FAULT |
DEVICE_EXCEPTION_EVENT_TYPE_UNKNOWN |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEVICE_EXCEPTION_EVENT_TYPE_OPERATION_START_TRIGGER_FAULT_VALUE
Generated when a GPI start trigger fires before STP is done
with the current operation and returned to the engaged
state.
|
static int |
DEVICE_EXCEPTION_EVENT_TYPE_SYSTEM_FAULT_VALUE |
static int |
DEVICE_EXCEPTION_EVENT_TYPE_UNKNOWN_VALUE |
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<StpApi.DeviceExceptionEventType> |
internalGetValueMap() |
static StpApi.DeviceExceptionEventType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.DeviceExceptionEventType |
valueOf(int value) |
static StpApi.DeviceExceptionEventType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.DeviceExceptionEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.DeviceExceptionEventType DEVICE_EXCEPTION_EVENT_TYPE_UNKNOWN
public static final StpApi.DeviceExceptionEventType DEVICE_EXCEPTION_EVENT_TYPE_SYSTEM_FAULT
public static final StpApi.DeviceExceptionEventType DEVICE_EXCEPTION_EVENT_TYPE_OPERATION_START_TRIGGER_FAULT
public static final int DEVICE_EXCEPTION_EVENT_TYPE_UNKNOWN_VALUE
public static final int DEVICE_EXCEPTION_EVENT_TYPE_SYSTEM_FAULT_VALUE
public static final int DEVICE_EXCEPTION_EVENT_TYPE_OPERATION_START_TRIGGER_FAULT_VALUE
public static StpApi.DeviceExceptionEventType[] values()
for (StpApi.DeviceExceptionEventType c : StpApi.DeviceExceptionEventType.values()) System.out.println(c);
public static StpApi.DeviceExceptionEventType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnumpublic static StpApi.DeviceExceptionEventType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.DeviceExceptionEventType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static StpApi.DeviceExceptionEventType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)