public static final class StpApi.TagOperationReportConfig extends com.google.protobuf.GeneratedMessage implements StpApi.TagOperationReportConfigOrBuilder
Impinj.STP.TagOperationReportConfig
Configure what types of reports to send from the device.| Modifier and Type | Class and Description |
|---|---|
static class |
StpApi.TagOperationReportConfig.Builder
Protobuf type
Impinj.STP.TagOperationReportConfig
Configure what types of reports to send from the device. |
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 |
ENABLE_EPC_IN_SERIAL_REPORT_FIELD_NUMBER |
static int |
ENABLE_REPORTING_OVER_SERIAL_PORT_FIELD_NUMBER |
static int |
ENABLE_TAG_OPERATION_PASS_ALREADY_DONE_REPORTS_FIELD_NUMBER |
static int |
ENABLE_TAG_OPERATION_REPORTS_FIELD_NUMBER |
static int |
ENABLE_TAG_OPERATION_RETRY_REPORTS_FIELD_NUMBER |
static com.google.protobuf.Parser<StpApi.TagOperationReportConfig> |
PARSER |
static int |
SEND_SERIAL_REPORT_AFTER_GPO_DEASSERT_FIELD_NUMBER |
static int |
TAG_OPERATION_REPORT_TRIGGER_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
static StpApi.TagOperationReportConfig |
getDefaultInstance() |
StpApi.TagOperationReportConfig |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
boolean |
getEnableEpcInSerialReport()
This only has meaning if enable_reporting_over_serial_port
is true.
|
boolean |
getEnableReportingOverSerialPort()
Send a brief one-line ASCII report over the device's serial
port.
|
boolean |
getEnableTagOperationPassAlreadyDoneReports()
KDK DOC: This enables tag operation reports for tags
entering the system that have already been encoded.
|
boolean |
getEnableTagOperationReports() |
boolean |
getEnableTagOperationRetryReports() |
com.google.protobuf.Parser<StpApi.TagOperationReportConfig> |
getParserForType() |
boolean |
getSendSerialReportAfterGPODeassert()
Send after GPO pass/fail assert or deassert.
|
int |
getSerializedSize() |
StpApi.TagOperationReportTrigger |
getTagOperationReportTrigger() |
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasEnableEpcInSerialReport()
This only has meaning if enable_reporting_over_serial_port
is true.
|
boolean |
hasEnableReportingOverSerialPort()
Send a brief one-line ASCII report over the device's serial
port.
|
boolean |
hasEnableTagOperationPassAlreadyDoneReports()
KDK DOC: This enables tag operation reports for tags
entering the system that have already been encoded.
|
boolean |
hasEnableTagOperationReports() |
boolean |
hasEnableTagOperationRetryReports() |
boolean |
hasSendSerialReportAfterGPODeassert()
Send after GPO pass/fail assert or deassert.
|
boolean |
hasTagOperationReportTrigger() |
protected com.google.protobuf.GeneratedMessage.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static StpApi.TagOperationReportConfig.Builder |
newBuilder() |
static StpApi.TagOperationReportConfig.Builder |
newBuilder(StpApi.TagOperationReportConfig prototype) |
StpApi.TagOperationReportConfig.Builder |
newBuilderForType() |
protected StpApi.TagOperationReportConfig.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent) |
static StpApi.TagOperationReportConfig |
parseDelimitedFrom(java.io.InputStream input) |
static StpApi.TagOperationReportConfig |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StpApi.TagOperationReportConfig |
parseFrom(byte[] data) |
static StpApi.TagOperationReportConfig |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StpApi.TagOperationReportConfig |
parseFrom(com.google.protobuf.ByteString data) |
static StpApi.TagOperationReportConfig |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StpApi.TagOperationReportConfig |
parseFrom(com.google.protobuf.CodedInputStream input) |
static StpApi.TagOperationReportConfig |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static StpApi.TagOperationReportConfig |
parseFrom(java.io.InputStream input) |
static StpApi.TagOperationReportConfig |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
StpApi.TagOperationReportConfig.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.TagOperationReportConfig> PARSER
public static final int ENABLE_TAG_OPERATION_REPORTS_FIELD_NUMBER
public static final int ENABLE_TAG_OPERATION_RETRY_REPORTS_FIELD_NUMBER
public static final int TAG_OPERATION_REPORT_TRIGGER_FIELD_NUMBER
public static final int ENABLE_REPORTING_OVER_SERIAL_PORT_FIELD_NUMBER
public static final int SEND_SERIAL_REPORT_AFTER_GPO_DEASSERT_FIELD_NUMBER
public static final int ENABLE_EPC_IN_SERIAL_REPORT_FIELD_NUMBER
public static final int ENABLE_TAG_OPERATION_PASS_ALREADY_DONE_REPORTS_FIELD_NUMBER
public static StpApi.TagOperationReportConfig getDefaultInstance()
public StpApi.TagOperationReportConfig 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.TagOperationReportConfig> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessagepublic boolean hasEnableTagOperationReports()
hasEnableTagOperationReports in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean getEnableTagOperationReports()
getEnableTagOperationReports in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean hasEnableTagOperationRetryReports()
hasEnableTagOperationRetryReports in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean getEnableTagOperationRetryReports()
getEnableTagOperationRetryReports in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean hasTagOperationReportTrigger()
hasTagOperationReportTrigger in interface StpApi.TagOperationReportConfigOrBuilderpublic StpApi.TagOperationReportTrigger getTagOperationReportTrigger()
getTagOperationReportTrigger in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean hasEnableReportingOverSerialPort()
hasEnableReportingOverSerialPort in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean getEnableReportingOverSerialPort()
getEnableReportingOverSerialPort in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean hasSendSerialReportAfterGPODeassert()
hasSendSerialReportAfterGPODeassert in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean getSendSerialReportAfterGPODeassert()
getSendSerialReportAfterGPODeassert in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean hasEnableEpcInSerialReport()
hasEnableEpcInSerialReport in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean getEnableEpcInSerialReport()
getEnableEpcInSerialReport in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean hasEnableTagOperationPassAlreadyDoneReports()
hasEnableTagOperationPassAlreadyDoneReports in interface StpApi.TagOperationReportConfigOrBuilderpublic boolean getEnableTagOperationPassAlreadyDoneReports()
getEnableTagOperationPassAlreadyDoneReports in interface StpApi.TagOperationReportConfigOrBuilderpublic 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.TagOperationReportConfig parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StpApi.TagOperationReportConfig parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StpApi.TagOperationReportConfig parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StpApi.TagOperationReportConfig parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static StpApi.TagOperationReportConfig parseFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.TagOperationReportConfig parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.TagOperationReportConfig parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.TagOperationReportConfig parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.TagOperationReportConfig parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.TagOperationReportConfig parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOExceptionpublic static StpApi.TagOperationReportConfig.Builder newBuilder()
public StpApi.TagOperationReportConfig.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static StpApi.TagOperationReportConfig.Builder newBuilder(StpApi.TagOperationReportConfig prototype)
public StpApi.TagOperationReportConfig.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected StpApi.TagOperationReportConfig.Builder newBuilderForType(com.google.protobuf.GeneratedMessage.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessage