public static enum StpApi.OperationMode extends java.lang.Enum<StpApi.OperationMode> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.OperationMode
How the reader will be used.| Enum Constant and Description |
|---|
OPERATION_MODE_BATCH
Use with a start and stop for a quantity of tags.
|
OPERATION_MODE_CONTINUOUS
Use this mode to encode a continuous stream of tags.
|
OPERATION_MODE_SINGLE
Use with a start and stop for optimized encoding or
verification when a single tag is in the FoV.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
OPERATION_MODE_BATCH_VALUE
Use with a start and stop for a quantity of tags.
|
static int |
OPERATION_MODE_CONTINUOUS_VALUE
Use this mode to encode a continuous stream of tags.
|
static int |
OPERATION_MODE_SINGLE_VALUE
Use with a start and stop for optimized encoding or
verification when a single tag is in the FoV.
|
| 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.OperationMode> |
internalGetValueMap() |
static StpApi.OperationMode |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.OperationMode |
valueOf(int value) |
static StpApi.OperationMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.OperationMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.OperationMode OPERATION_MODE_BATCH
public static final StpApi.OperationMode OPERATION_MODE_SINGLE
public static final StpApi.OperationMode OPERATION_MODE_CONTINUOUS
public static final int OPERATION_MODE_BATCH_VALUE
public static final int OPERATION_MODE_SINGLE_VALUE
public static final int OPERATION_MODE_CONTINUOUS_VALUE
public static StpApi.OperationMode[] values()
for (StpApi.OperationMode c : StpApi.OperationMode.values()) System.out.println(c);
public static StpApi.OperationMode 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.OperationMode valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.OperationMode> 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.OperationMode valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)