Class NXPStats
Represents the NXP Stats
Inheritance
Inherited Members
Namespace: rfid.api
Assembly: rfid.netcore.dll
Syntax
public class NXPStats
Properties
CalibrateFailureCount
Get the number of the failed NXP Tag operation - Calibrate at the AntennaReadPoint
Declaration
public uint CalibrateFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
CalibrateSuccessCount
Get the number successful NXP Tag operation - Calibrate at the AntennaReadPoint
Declaration
public uint CalibrateSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ChangeConfigFailureCount
The number of failures with NXP-G2IL's ChangeConfig Operation
Declaration
public uint ChangeConfigFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ChangeConfigSuccessCount
The number of successes with NXP-G2IL's ChangeConfig Operation
Declaration
public uint ChangeConfigSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ChangeEASFailureCount
Get the number of the failed NXP Tag operation - Change EAS at the AntennaReadPoint
Declaration
public uint ChangeEASFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ChangeEASSuccessCount
Get the number successful NXP Tag operation - Change EAS at the AntennaReadPoint
Declaration
public uint ChangeEASSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
EASAlarmFailureCount
Get the number of the failed NXP Tag operation - EAS Alarm at the AntennaReadPoint
Declaration
public uint EASAlarmFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
EASAlarmSuccessCount
Get the number successful NXP Tag operation - EAS Alarm at the AntennaReadPoint
Declaration
public uint EASAlarmSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ReadProtectFailureCount
Get the number of the failed NXP Tag operation - Set Quiet at the AntennaReadPoint
Declaration
public uint ReadProtectFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ReadProtectSuccessCount
Get the number successful NXP Tag operation - Set Quiet at the AntennaReadPoint
Declaration
public uint ReadProtectSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ResetReadProtectFailureCount
Get the number of the failed NXP Tag operation - Reset Quiet at the AntennaReadPoint
Declaration
public uint ResetReadProtectFailureCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |
ResetReadProtectSuccessCount
Get the number successful tag memory block-writes at the AntennaReadPoint
Declaration
public uint ResetReadProtectSuccessCount { get; }
Property Value
| Type | Description |
|---|---|
| System.UInt32 |