Octane SDK
2.0 Beta
|
Container 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(). More...
Static Public Member Functions | |
static FeatureSet | FromXmlString (string xml) |
Method for importing reader feature set data from an XML string. More... | |
static FeatureSet | Load (string path) |
Read the XML representation of FeatureSet from a file and return a new FeatureSet instance with those values. More... | |
Properties | |
uint | AntennaCount [get, set] |
Number of antennas supported by Impinj reader. More... | |
CommunicationsStandardType | CommunicationsStandard [get, set] |
The Regulatory standard supported by the reader. More... | |
string | FirmwareVersion [get, set] |
Firmware version running on Impinj reader. More... | |
ushort | GpiCount [get, set] |
Number of general purpose input (GPI) ports supported by Impinj reader. More... | |
ushort | GpoCount [get, set] |
Number of general purpose output (GPO) ports supported by Impinj reader. More... | |
bool | IsFastIdAvailable [get, set] |
Always returns true. More... | |
bool | IsFilteringAvailable [get, set] |
Always returns true. More... | |
bool | IsGpiDebounceAvailable [get, set] |
Always returns true. More... | |
bool | IsHoppingRegion [get, set] |
Indicates whether frequency hopping supported by the current CommunicationsStandard? More... | |
bool | IsImpinjRssiReportingAvailable [get, set] |
Always returns true. More... | |
bool | IsLinkMonitorAvailable [get, set] |
Always returns true. More... | |
bool | IsMultiwordBlockWriteAvailable [get, set] |
Always returns true. More... | |
bool | IsPhaseAngleReportingAvailable [get, set] |
Always returns true. More... | |
bool | IsSerializedTidReportingAvailable [get, set] |
bool | IsTagAccessAvailable [get, set] |
Always returns true. More... | |
uint | MaxAccessSpecs [get, set] |
uint | MaxOperationSequences [get, set] |
The maximum number of tag operation sequences supported by the Impinj reader. More... | |
uint | MaxOperationsPerSequence [get, set] |
The maximum number of individual tag operations per sequence supported by the Impinj reader. More... | |
string | ModelName [get, set] |
Model name of the Impinj Reader, e.g. "Speedway R420" for a 4 port Speedway Revolution. More... | |
uint | ModelNumber [get, set] |
EPC Global model number identifier for the Impinj Reader, e.g. 2001002 for a 4 port Speedway Revolution. More... | |
string | ReaderIdentity [get, set] |
List< RxSensitivityTableEntry > | RxSensitivities [get, set] |
Table that correlates a receive sensitivity in dBm to an index in the reader internal receive sensitivity table. More... | |
string | SerialNumber [get, set] |
Serial number of the Impinj reader. More... | |
string | SoftwareVersion [get, set] |
List< TxPowerTableEntry > | TxPowers [get, set] |
Table that correlates transmit powers in dBm to an index in the reader internal power table. More... | |
Additional Inherited Members | |
![]() | |
void | Save (string path) |
Output the class contents as an XML file. More... | |
string | ToXmlString () |
Output the class contents as an XML string. More... | |
Container 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().
|
static |
Method for importing reader feature set data from an XML string.
xml | XML string to parse. |
|
static |
Read the XML representation of FeatureSet from a file and return a new FeatureSet instance with those values.
path | The path and filename of the XML file to load. |
|
getset |
Number of antennas supported by Impinj reader.
|
getset |
The Regulatory standard supported by the reader.
|
getset |
Firmware version running on Impinj reader.
|
getset |
Number of general purpose input (GPI) ports supported by Impinj reader.
|
getset |
Number of general purpose output (GPO) ports supported by Impinj reader.
|
getset |
Always returns true.
|
getset |
Always returns true.
|
getset |
Always returns true.
|
getset |
Indicates whether frequency hopping supported by the current CommunicationsStandard?
|
getset |
Always returns true.
|
getset |
Always returns true.
|
getset |
Always returns true.
|
getset |
Always returns true.
|
getset |
|
getset |
Always returns true.
|
getset |
|
getset |
The maximum number of tag operation sequences supported by the Impinj reader.
|
getset |
The maximum number of individual tag operations per sequence supported by the Impinj reader.
|
getset |
Model name of the Impinj Reader, e.g. "Speedway R420" for a 4 port Speedway Revolution.
|
getset |
EPC Global model number identifier for the Impinj Reader, e.g. 2001002 for a 4 port Speedway Revolution.
|
getset |
|
getset |
Table that correlates a receive sensitivity in dBm to an index in the reader internal receive sensitivity table.
|
getset |
Serial number of the Impinj reader.
|
getset |
|
getset |
Table that correlates transmit powers in dBm to an index in the reader internal power table.