Octane SDK  2.0 Beta
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
\NImpinj
 \NOctaneSdk
  oCAntennaConfigClass used to define the configuration settings for an individual antenna port.
  oCAntennaEventClass used to encapsulate the details of a ImpinjReader.AntennaChanged reader event.
  oCAntennaHubStatusClass encapsulating all antenna hub status information.
  oCAntennaStatusClass containing The status information for an individual antenna port.
  oCAutoStartConfigClass for defining the trigger conditions that will prompt an Impinj reader to automatically start operation. Even when an auto-start trigger is set, the Reader may be explicitly started using the ImpinjReader.Stop() method.
  oCAutoStopConfigClass for defining the trigger conditions that will prompt an Impinj reader to automatically stop its current operation. Even when an auto-stop trigger is set, the Reader may be explicitly stopped using the ImpinjReader.Stop() method.
  oCBlockPermalockMaskUses to specify which blocks to permalock.
  oCDiagnosticReportxArray diagnostic report
  oCFeatureSetContainer class used to encapsulate the features supported by a given Impinj reader. An object of this type is returned by a call to ImpinjReader.QueryFeatureSet().
  oCFilterSettingsClass used to define inventory tag filter settings.
  oCGpiConfigClass that is used to define the configuration settings for an individual general purpose input (GPI) port.
  oCGpiEventClass used to encapsulate the details of a ImpinjReader.GpiChanged reader event.
  oCGpiStatusClass containing the status information for a general purpose input (GPI) port.
  oCGpoConfigClass used to define the configuration settings for an individual general purpose output (GPO) port.
  oCGpsCoordinatesHelper class used to manage GPS coordinates within a tag object.
  oCImpinjReaderThe main class for controlling and configuring an Impinj RFID reader.
  oCImpinjReaderDebugClass for exporting the reader LLRP configuration to file for debug purposes.
  oCImpinjSerializableClassParent class that enables child classes to output contents in XML format.
  oCImpinjTimestampTimestamp class supporting Impinj Reader and LLRP timestamp data. Timestamps from the reader are microseconds since the Epoch (00:00:00 UTC, January 1, 1970) (16 digit numbers)
  oCKeepaliveConfigHelper class used to manage the reader Keep Alive event configuration
  oCKillTagResultClass that contains the result of ImpinjReader.KillTag(KillTagParams) operation
  oCLocationConfidenceFactorsContains the confidence factors for a location report.
  oCLocationConfigClass used to define the location configuration for an xArray.
  oCLocationReportxArray location report
  oCLockTagResultClass to carry the results of a ImpinjReader.LockTag(LockTagParams) operation
  oCLowDutyCycleSettingsClass for configuring the Impinj Reader Low Duty Cycle reader capability
  oCOctaneSdkExceptionException class for uniquely identifying Impinj Octane SDK exceptions.
  oCPlacementConfigClass used to define the placement configuration for an xArray.
  oCReaderStartedEventClass used to encapsulate the details of a ImpinjReader.ReaderStarted reader event.
  oCReaderStoppedEventClass used to encapsulate the details of a ImpinjReader.ReaderStopped reader event.
  oCReadKillPasswordResultClass to carry the results of a ImpinjReader.ReadKillPassword(ReadKillPasswordParams) operation.
  oCReadTagMemoryParamsParent class that is specialized to define the configuration for specific tag read operations.
  oCReadTagMemoryResultParent class used to carry the results of any tag read operations, including not just the results of the read operation, but also any lock or verify operations, if the program operation is configured to use them.
  oCReadTidMemoryResultClass to carry the results of a ImpinjReader.ReadTidMemory(ReadTidMemoryParams) operation.
  oCReadUserMemoryResultClass that contains the result of a ImpinjReader.ReadUserMemory(ReadUserMemoryParams) operation
  oCReportBufferOverflowEventClass used to encapsulate the details of a ImpinjReader.ReportBufferOverflow reader event.
  oCReportBufferWarningEventClass used to encapsulate the details of a ImpinjReader.ReportBufferWarning reader event.
  oCReportConfigClass for configuring the tag inventory reports returned by the reader.
  oCRoSpecEventClass encapsulating an ROSpec event.
  oCRShellEngineClass for interacting with the RShell interface of an Impinj reader.
  oCRxSensitivityTableEntryStructure used to map a dBm value for receiver sensitivity to the appropriate index in the sensitivity level table used internally to the reader.
  oCSectorConfigContains sector configuration for xArray
  oCSettingsClass for containing all the settings necessary for a reader to begin singulating. It is a composite class consisting of other composite classes containing individual settings, and is consumed by the following methods: ImpinjReader.ApplySettings, and produced by the following methods: ImpinjReader.QuerySettings, ImpinjReader.QueryDefaultSettings,
  oCStatusClass encapsulating the reader status information, as returned by ImpinjReader.QueryStatus().
  oCTagClass used to contain the details for a specific tag.
  oCTagBlockPermalockOpUsed to perform a block permalock operation.
  oCTagBlockPermalockOpResultContains the results of a block permalock operation.
  oCTagDataClass used to hold tag data in the raw form in which it is stored on the tag (list of unsigned shorts).
  oCTagFilterClass for containing the settings for a single inventory filter.
  oCTagKillOpClass used to specify a tag kill operation. WARNING:- once killed, a tag will permanently cease functioning.
  oCTagKillOpResultSpecialization of TagOpResult class that contains the results of an individual tag kill operation, as reported in the TagOpReport parameter of a ImpinjReader.TagOpComplete event.
  oCTagLockOpClass used to specify a tag lock operation.
  oCTagLockOpResultSpecialization of TagOpResult class that contains the results of an individual tag lock operation, as reported in the TagOpReport parameter of a ImpinjReader.TagOpComplete event.
  oCTagModelDetailsContains model-specific details about the tag. You must enable FastID in the TagReport to get this information. FastID is only available on Impinj Monza 4 and later tags.
  oCTagOpParent class for tag operation definitions
  oCTagOpReportContainer class used to encapsulate all tag operation results, as reported in the TagOpReport parameter of the ImpinjReader.TagOpComplete event.
  oCTagOpResultParent class that contains the results of an individual tag operation, as reported in the TagOpReport parameter of the ImpinjReader.TagOpComplete event.
  oCTagOpSequenceClass for containing and configuring a sequence of tag operations that are submitted to the reader using the ImpinjReader.AddOpSequence method.
  oCTagQtGetOpUsed to retrieve the current QT status of a tag.
  oCTagQtGetOpResultContains the current QT status of a tag.
  oCTagQtSetOpUsed to set Monza QT tag chip features. Through QT technology, a tag owner/user can maintain two data profiles (one public, one private), allowing confidentiality of business-sensitive data while assuring consumers of privacy. The tag owner stores confidential data in the private data profile, which is protected by a password-controlled command and may only be accessed at very short read distances.
  oCTagQtSetOpResultContains the results of an individual Monza QT operation, as reported in the TagOpReport parameter of a ImpinjReader.TagOpComplete event.
  oCTagReadOpClass used to specify a tag read operation.
  oCTagReadOpResultSpecialization of TagOpResult class that contains the results of an individual tag read operation, as reported in the TagOpReport parameter of a ImpinjReader.TagOpComplete event.
  oCTagReportContainer class used to encapsulate individual tag details returned from the reader.
  oCTagWriteOpClass used to specify a tag write operation.
  oCTagWriteOpResultSpecialization of TagOpResult class that contains the results of an individual tag write operation, as reported in the TagOpReport parameter of a ImpinjReader.TagOpComplete event.
  oCTargetTagHelper class used to identify a specific tag or set of tags on which to perform an operation.
  oCTiltSensorValueHolds the X, Y, and Z values returned by the tilt sensor.
  oCTransitionConfigClass used to define the transition configuration for an xArray.
  oCTransitionReportxArray transition report
  oCTransitionZoneClass used to define a zone for the transition algorithm
  oCTxPowerTableEntryStructure used to map a dBm value for transmit power to the appropriate index in the transmit power level table used internally to the reader.
  \CXArrayConfigClass used to define the configuration for an xArray.