Class ReaderStatistics
This class represents the Reader statistics
Inheritance
Inherited Members
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class ReaderStatistics
Properties
BlockEraseFailureCount
Get the number of the failed tag block-erased at the AntennaReadPoint
Declaration
public uint BlockEraseFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
BlockEraseSuccessCount
Get the number of tags successfully block-erased at the AntennaReadPoint
Declaration
public uint BlockEraseSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
BlockPermalockFailureCount
Get the number of the failed tag block-permalocked at the AntennaReadPoint
Declaration
public uint BlockPermalockFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
BlockPermalockSuccessCount
Get the number of tags successfully block-permalocked at the AntennaReadPoint
Declaration
public uint BlockPermalockSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
BlockWriteFailureCount
Get the number of the failed tag block-writes at the AntennaReadPoint
Declaration
public uint BlockWriteFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
BlockWriteSuccessCount
Get the number successful tag memory block-writes at the AntennaReadPoint
Declaration
public uint BlockWriteSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
DatabaseErrorCount
Get the number of the database error events
Declaration
public uint DatabaseErrorCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
DatabaseWarningCount
Get the number of the database Warning events
Declaration
public uint DatabaseWarningCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ForwardPowerHighAlarmCount
Get the number of the Forward Power High Alarm events
Declaration
public uint ForwardPowerHighAlarmCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ForwardPowerLowAlarmCount
Get the number of the Forward Power Low Alarm events
Declaration
public uint ForwardPowerLowAlarmCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Fujitsu
Get the Fujitsu statistics from the reader
Declaration
public FujitsuStats Fujitsu { get; }
Property Value
| Type | Description |
|---|---|
| FujitsuStats |
GpioInformationCount
Get the number of the GPIO Information events
Declaration
public uint GpioInformationCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
IdentifiedFailureCount
Get the number of number of the failed tag identification attempts at the AntennaReadPoint
Declaration
public uint IdentifiedFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
IdentifiedSuccessCount
Get the number of successful tags that have been identified across an AntennaReadPoint
Declaration
public uint IdentifiedSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
Impinj
Get the Impinj Statistics from the reader
Declaration
public ImpinjStats Impinj { get; }
Property Value
| Type | Description |
|---|---|
| ImpinjStats |
KillFailureCount
Get the number of the failed tag kills at the AntennaReadPoint
Declaration
public uint KillFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
KillSuccessCount
Get the number of tags successfully killed at the AntennaReadPoint
Declaration
public uint KillSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
LockFailureCount
Get the number of the failed tag locked at the AntennaReadPoint
Declaration
public uint LockFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
LockSuccessCount
Get the number of tags successfully locked at the AntennaReadPoint
Declaration
public uint LockSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
NXP
Get the NXP Statistics from the reader
Declaration
public NXPStats NXP { get; }
Property Value
| Type | Description |
|---|---|
| NXPStats |
PaTemperatureCriticalAlarmCount
Get the number of the PA Temperature Critical Alarm events
Declaration
public uint PaTemperatureCriticalAlarmCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
PATemperatureHighAlarmCount
Get the number of the PA Temperature High Alarm events
Declaration
public uint PATemperatureHighAlarmCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ReadFailureCount
Get the number of the failed tag memory reads at the AntennaReadPoint
Declaration
public uint ReadFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ReadSuccessCount
Get the number of successful number of tag memory reads at the AntennaReadPoint
Declaration
public uint ReadSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
WriteFailureCount
Get The number of the failed tag memory writes at the AntennaReadPoint
Declaration
public uint WriteFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
WriteSuccessCount
Get the number of successful tag memory writes at the AntennaReadPoint
Declaration
public uint WriteSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |