public static enum StpApi.VersionType extends java.lang.Enum<StpApi.VersionType> implements com.google.protobuf.ProtocolMessageEnum
Impinj.STP.VersionType
The local library or remote device component corresponding
to the version.| Enum Constant and Description |
|---|
VERSION_TYPE_API_HOST
Version of the API on the host.
|
VERSION_TYPE_API_READER
Version of the API on the reader.
|
VERSION_TYPE_FIRMWARE
Version of the reader firmware.
|
VERSION_TYPE_FIRMWARE_CUST
Version of custom application.
|
VERSION_TYPE_FPGA_IMAGE
FPGA bitfile version in reader hardware.
|
VERSION_TYPE_FRAME_READER
Version of the protocol used by the reader.
|
VERSION_TYPE_KODIAK_HOST
Version of the tool used to create the API on the host.
|
VERSION_TYPE_KODIAK_READER
Version of the tool used to create the API on the reader.
|
VERSION_TYPE_UPGRADE_AGENT
Version of the tool which upgrades reader software.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
VERSION_TYPE_API_HOST_VALUE
Version of the API on the host.
|
static int |
VERSION_TYPE_API_READER_VALUE
Version of the API on the reader.
|
static int |
VERSION_TYPE_FIRMWARE_CUST_VALUE
Version of custom application.
|
static int |
VERSION_TYPE_FIRMWARE_VALUE
Version of the reader firmware.
|
static int |
VERSION_TYPE_FPGA_IMAGE_VALUE
FPGA bitfile version in reader hardware.
|
static int |
VERSION_TYPE_FRAME_READER_VALUE
Version of the protocol used by the reader.
|
static int |
VERSION_TYPE_KODIAK_HOST_VALUE
Version of the tool used to create the API on the host.
|
static int |
VERSION_TYPE_KODIAK_READER_VALUE
Version of the tool used to create the API on the reader.
|
static int |
VERSION_TYPE_UPGRADE_AGENT_VALUE
Version of the tool which upgrades reader software.
|
| 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.VersionType> |
internalGetValueMap() |
static StpApi.VersionType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static StpApi.VersionType |
valueOf(int value) |
static StpApi.VersionType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StpApi.VersionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StpApi.VersionType VERSION_TYPE_KODIAK_HOST
public static final StpApi.VersionType VERSION_TYPE_KODIAK_READER
public static final StpApi.VersionType VERSION_TYPE_FRAME_READER
public static final StpApi.VersionType VERSION_TYPE_API_HOST
public static final StpApi.VersionType VERSION_TYPE_API_READER
public static final StpApi.VersionType VERSION_TYPE_FIRMWARE
public static final StpApi.VersionType VERSION_TYPE_FIRMWARE_CUST
public static final StpApi.VersionType VERSION_TYPE_UPGRADE_AGENT
public static final StpApi.VersionType VERSION_TYPE_FPGA_IMAGE
public static final int VERSION_TYPE_KODIAK_HOST_VALUE
public static final int VERSION_TYPE_KODIAK_READER_VALUE
public static final int VERSION_TYPE_FRAME_READER_VALUE
public static final int VERSION_TYPE_API_HOST_VALUE
public static final int VERSION_TYPE_API_READER_VALUE
public static final int VERSION_TYPE_FIRMWARE_VALUE
public static final int VERSION_TYPE_FIRMWARE_CUST_VALUE
public static final int VERSION_TYPE_UPGRADE_AGENT_VALUE
public static final int VERSION_TYPE_FPGA_IMAGE_VALUE
public static StpApi.VersionType[] values()
for (StpApi.VersionType c : StpApi.VersionType.values()) System.out.println(c);
public static StpApi.VersionType 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.VersionType valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<StpApi.VersionType> 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.VersionType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)