Class encapsulating the reader status information, as returned by ImpinjReader.QueryStatus().
More...
|
AntennaHubStatusGroup | AntennaHubs [get, set] |
| Collection of antenna hub status information. More...
|
|
AntennaStatusGroup | Antennas [get, set] |
| Collection of antenna status information. More...
|
|
object | Connection [get, set] |
| Obsolete - this has been removed. Use IsConnected instead. More...
|
|
GpiStatusGroup | Gpis [get, set] |
| Collection of GPI port status information. More...
|
|
object | Gpos [get, set] |
|
bool | IsConnected [get, set] |
| The reader connection status. More...
|
|
bool | IsSingulating [get, set] |
| The reader inventory status. More...
|
|
object | OperationState [get, set] |
|
object | ReaderIdentity [get, set] |
|
short | TemperatureInCelsius [get, set] |
| Temperature reading from on-board reader temperature sensor, in Celsius. More...
|
|
TiltSensorValue | TiltSensor [get, set] |
| Temperature reading from on-board reader temperature sensor, in Celsius. More...
|
|
|
void | Save (string path) |
| Output the class contents as an XML file. More...
|
|
string | ToXmlString () |
| Output the class contents as an XML string. More...
|
|
Class encapsulating the reader status information, as returned by ImpinjReader.QueryStatus().
static Status Impinj.OctaneSdk.Status.FromXmlString |
( |
string |
xml) | |
|
|
static |
Load reader status information from an XML string.
- Parameters
-
xml | The XML string to parse. |
- Returns
- A populated reader Status object.
static Status Impinj.OctaneSdk.Status.Load |
( |
string |
path) | |
|
|
static |
Load reader status information from an XML file.
- Parameters
-
path | The path and filename of the XML file. |
- Returns
- A populated reader Status object.
AntennaHubStatusGroup Impinj.OctaneSdk.Status.AntennaHubs |
|
getset |
Collection of antenna hub status information.
AntennaStatusGroup Impinj.OctaneSdk.Status.Antennas |
|
getset |
Collection of antenna status information.
object Impinj.OctaneSdk.Status.Connection |
|
getset |
Obsolete - this has been removed. Use IsConnected instead.
GpiStatusGroup Impinj.OctaneSdk.Status.Gpis |
|
getset |
Collection of GPI port status information.
object Impinj.OctaneSdk.Status.Gpos |
|
getset |
bool Impinj.OctaneSdk.Status.IsConnected |
|
getset |
The reader connection status.
bool Impinj.OctaneSdk.Status.IsSingulating |
|
getset |
The reader inventory status.
object Impinj.OctaneSdk.Status.OperationState |
|
getset |
object Impinj.OctaneSdk.Status.ReaderIdentity |
|
getset |
short Impinj.OctaneSdk.Status.TemperatureInCelsius |
|
getset |
Temperature reading from on-board reader temperature sensor, in Celsius.
Temperature reading from on-board reader temperature sensor, in Celsius.