public static final class StpApi.AntennaConfig extends com.google.protobuf.GeneratedMessage implements StpApi.AntennaConfigOrBuilder
Impinj.STP.AntennaConfig
An antenna's RF, timing, and Gen 2 behavior parameters.| Modifier and Type | Class and Description |
|---|---|
static class |
StpApi.AntennaConfig.Builder
Protobuf type
Impinj.STP.AntennaConfig
An antenna's RF, timing, and Gen 2 behavior parameters. |
com.google.protobuf.GeneratedMessage.BuilderParent, com.google.protobuf.GeneratedMessage.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessage.ExtendableBuilder>, com.google.protobuf.GeneratedMessage.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessage.ExtendableMessage>, com.google.protobuf.GeneratedMessage.FieldAccessorTable, com.google.protobuf.GeneratedMessage.GeneratedExtension<ContainingType extends com.google.protobuf.Message,Type>| Modifier and Type | Field and Description |
|---|---|
static int |
ANTENNA_ID_FIELD_NUMBER |
static int |
ENABLE_ADAPTIVE_TAG_POPULATION_ESTIMATE_FIELD_NUMBER |
static int |
ENABLE_QUERY_AT_U_CYCLE_END_FIELD_NUMBER |
static int |
ENABLE_QUERY_FOR_Q_DECREASE_FIELD_NUMBER |
static int |
ENABLE_QUERY_FOR_Q_INCREASE_FIELD_NUMBER |
static int |
GEN2_MODE_FIELD_NUMBER |
static int |
GEN2_SESSION_FIELD_NUMBER |
static int |
INVENTORY_SEARCH_MODE_FIELD_NUMBER |
static int |
MAXIMUM_DWELL_TIME_FIELD_NUMBER |
static int |
MINIMUM_DWELL_TIME_FIELD_NUMBER |
static com.google.protobuf.Parser<StpApi.AntennaConfig> |
PARSER |
static int |
RECEIVE_SENSITIVITY_FIELD_NUMBER |
static int |
TAG_POPULATION_ESTIMATE_FIELD_NUMBER |
static int |
TRANSMIT_POWER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
int |
getAntennaID()
The 1-based ID of the reader antenna.
|
static StpApi.AntennaConfig |
getDefaultInstance() |
StpApi.AntennaConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableAdaptiveTagPopulationEstimate()
Indicates whether the tag_population_estimate in the
AntennaConfig should be updated with the actual number of
tags seen.
|
boolean |
getEnableQueryAtUCycleEnd()
Indicates whether a query should be used instead of a query
adjust for the flush queries at the end of the round.
|
boolean |
getEnableQueryForQDecrease()
Indicates whether a query should be used instead of a query
adjust when the reader wishes to decrease the Q value during
the round.
|
boolean |
getEnableQueryForQIncrease()
Indicates whether a query should be used instead of a query
adjust when the reader wishes to increase the Q value during
the round.
|
StpApi.Gen2Mode |
getGen2Mode() |
StpApi.Gen2Session |
getGen2Session() |
StpApi.InventorySearchMode |
getInventorySearchMode() |
int |
getMaximumDwellTime()
Maximum time to dwell on the antenna in milliseconds.
|
int |
getMinimumDwellTime()
Minimum time to dwell on the antenna in milliseconds.
|
com.google.protobuf.Parser<StpApi.AntennaConfig> |
getParserForType() |
int |
getReceiveSensitivity()
Receive sensitivity in cdBm.
|
int |
getSerializedSize() |
int |
getTagPopulationEstimate()
optional bool tag_population_check
= 9 [default = true];
|
int |
getTransmitPower()
Transmit power in cdBm.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAntennaID()
The 1-based ID of the reader antenna.
|
boolean |
hasEnableAdaptiveTagPopulationEstimate()
Indicates whether the tag_population_estimate in the
AntennaConfig should be updated with the actual number of
tags seen.
|
boolean |
hasEnableQueryAtUCycleEnd()
Indicates whether a query should be used instead of a query
adjust for the flush queries at the end of the round.
|
boolean |
hasEnableQueryForQDecrease()
Indicates whether a query should be used instead of a query
adjust when the reader wishes to decrease the Q value during
the round.
|
boolean |
hasEnableQueryForQIncrease()
Indicates whether a query should be used instead of a query
adjust when the reader wishes to increase the Q value during
the round.
|
boolean |
hasGen2Mode() |
boolean |
hasGen2Session() |
boolean |
hasInventorySearchMode() |
boolean |
hasMaximumDwellTime()
Maximum time to dwell on the antenna in milliseconds.
|
boolean |
hasMinimumDwellTime()
Minimum time to dwell on the antenna in milliseconds.
|
boolean |
hasReceiveSensitivity()
Receive sensitivity in cdBm.
|
boolean |
hasTagPopulationEstimate()
optional bool tag_population_check
= 9 [default = true];
|
boolean |
hasTransmitPower()
Transmit power in cdBm.
|
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StpApi.AntennaConfig.Builder |
newBuilder() |
static StpApi.AntennaConfig.Builder |
newBuilder(StpApi.AntennaConfig prototype) |
StpApi.AntennaConfig.Builder |
newBuilderForType() |
protected StpApi.AntennaConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static StpApi.AntennaConfig |
parseDelimitedFrom(java.io.InputStream input) |
static StpApi.AntennaConfig |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StpApi.AntennaConfig |
parseFrom(byte[] data) |
static StpApi.AntennaConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StpApi.AntennaConfig |
parseFrom(com.google.protobuf.ByteString data) |
static StpApi.AntennaConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StpApi.AntennaConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StpApi.AntennaConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StpApi.AntennaConfig |
parseFrom(java.io.InputStream input) |
static StpApi.AntennaConfig |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StpApi.AntennaConfig.Builder |
toBuilder() |
protected java.lang.Object |
writeReplace() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
getAllFields, getDescriptorForType, getField, getRepeatedField, getRepeatedFieldCount, hasField, makeExtensionsImmutable, newFileScopedGeneratedExtension, newMessageScopedGeneratedExtension, parseUnknownFieldequals, findInitializationErrors, getInitializationErrorString, hashBoolean, hashCode, hashEnum, hashEnumList, hashFields, hashLong, toStringtoByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static com.google.protobuf.Parser<StpApi.AntennaConfig> PARSER
public static final int ANTENNA_ID_FIELD_NUMBER
public static final int GEN2_MODE_FIELD_NUMBER
public static final int INVENTORY_SEARCH_MODE_FIELD_NUMBER
public static final int GEN2_SESSION_FIELD_NUMBER
public static final int TRANSMIT_POWER_FIELD_NUMBER
public static final int RECEIVE_SENSITIVITY_FIELD_NUMBER
public static final int TAG_POPULATION_ESTIMATE_FIELD_NUMBER
public static final int MINIMUM_DWELL_TIME_FIELD_NUMBER
public static final int MAXIMUM_DWELL_TIME_FIELD_NUMBER
public static final int ENABLE_QUERY_FOR_Q_INCREASE_FIELD_NUMBER
public static final int ENABLE_QUERY_FOR_Q_DECREASE_FIELD_NUMBER
public static final int ENABLE_QUERY_AT_U_CYCLE_END_FIELD_NUMBER
public static final int ENABLE_ADAPTIVE_TAG_POPULATION_ESTIMATE_FIELD_NUMBER
public static StpApi.AntennaConfig getDefaultInstance()
public StpApi.AntennaConfig getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessagepublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessagepublic com.google.protobuf.Parser<StpApi.AntennaConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasAntennaID()
hasAntennaID in interface StpApi.AntennaConfigOrBuilderpublic int getAntennaID()
getAntennaID in interface StpApi.AntennaConfigOrBuilderpublic boolean hasGen2Mode()
hasGen2Mode in interface StpApi.AntennaConfigOrBuilderpublic StpApi.Gen2Mode getGen2Mode()
getGen2Mode in interface StpApi.AntennaConfigOrBuilderpublic boolean hasInventorySearchMode()
hasInventorySearchMode in interface StpApi.AntennaConfigOrBuilderpublic StpApi.InventorySearchMode getInventorySearchMode()
getInventorySearchMode in interface StpApi.AntennaConfigOrBuilderpublic boolean hasGen2Session()
hasGen2Session in interface StpApi.AntennaConfigOrBuilderpublic StpApi.Gen2Session getGen2Session()
getGen2Session in interface StpApi.AntennaConfigOrBuilderpublic boolean hasTransmitPower()
hasTransmitPower in interface StpApi.AntennaConfigOrBuilderpublic int getTransmitPower()
getTransmitPower in interface StpApi.AntennaConfigOrBuilderpublic boolean hasReceiveSensitivity()
hasReceiveSensitivity in interface StpApi.AntennaConfigOrBuilderpublic int getReceiveSensitivity()
getReceiveSensitivity in interface StpApi.AntennaConfigOrBuilderpublic boolean hasTagPopulationEstimate()
hasTagPopulationEstimate in interface StpApi.AntennaConfigOrBuilderpublic int getTagPopulationEstimate()
getTagPopulationEstimate in interface StpApi.AntennaConfigOrBuilderpublic boolean hasMinimumDwellTime()
hasMinimumDwellTime in interface StpApi.AntennaConfigOrBuilderpublic int getMinimumDwellTime()
getMinimumDwellTime in interface StpApi.AntennaConfigOrBuilderpublic boolean hasMaximumDwellTime()
hasMaximumDwellTime in interface StpApi.AntennaConfigOrBuilderpublic int getMaximumDwellTime()
getMaximumDwellTime in interface StpApi.AntennaConfigOrBuilderpublic boolean hasEnableQueryForQIncrease()
hasEnableQueryForQIncrease in interface StpApi.AntennaConfigOrBuilderpublic boolean getEnableQueryForQIncrease()
getEnableQueryForQIncrease in interface StpApi.AntennaConfigOrBuilderpublic boolean hasEnableQueryForQDecrease()
hasEnableQueryForQDecrease in interface StpApi.AntennaConfigOrBuilderpublic boolean getEnableQueryForQDecrease()
getEnableQueryForQDecrease in interface StpApi.AntennaConfigOrBuilderpublic boolean hasEnableQueryAtUCycleEnd()
hasEnableQueryAtUCycleEnd in interface StpApi.AntennaConfigOrBuilderpublic boolean getEnableQueryAtUCycleEnd()
getEnableQueryAtUCycleEnd in interface StpApi.AntennaConfigOrBuilderpublic boolean hasEnableAdaptiveTagPopulationEstimate()
hasEnableAdaptiveTagPopulationEstimate in interface StpApi.AntennaConfigOrBuilderpublic boolean getEnableAdaptiveTagPopulationEstimate()
getEnableAdaptiveTagPopulationEstimate in interface StpApi.AntennaConfigOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessagepublic void writeTo(com.google.protobuf.CodedOutputStream output)
throws java.io.IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.AbstractMessagejava.io.IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.AbstractMessageprotected java.lang.Object writeReplace()
throws java.io.ObjectStreamException
writeReplace in class com.google.protobuf.GeneratedMessagejava.io.ObjectStreamExceptionpublic static StpApi.AntennaConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StpApi.AntennaConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StpApi.AntennaConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StpApi.AntennaConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StpApi.AntennaConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.AntennaConfig parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.AntennaConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.AntennaConfig parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.AntennaConfig parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.AntennaConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.AntennaConfig.Builder newBuilder()
public StpApi.AntennaConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StpApi.AntennaConfig.Builder newBuilder(StpApi.AntennaConfig prototype)
public StpApi.AntennaConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StpApi.AntennaConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage