NurApiDiagReport Class

Diagnostics report data. , ,

Definition

Namespace: NurApiDotNet
Assembly: NordicID.NurApi.Net (in NordicID.NurApi.Net.dll) Version: 4.0.0
C#
public class DiagReport
Inheritance
Object    NurApiDiagReport

Constructors

NurApiDiagReportInitializes a new instance of the NurApiDiagReport class

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

Fields

antennaErrors Number of bad antenna errors
bytesIgnored Number of ignored (invalid) bytes
bytesIn Number of bytes in to module
bytesOut Number of bytes out from module
errorConds Number of temporary error conditions (over temp, low voltage) occured
flags Report flags. see enum NUR_DIAG_REPORT_FLAGS
hwErrors Number of automatically recovered internal HW failures
invalidCmds Number of invalid (not supported) commands received
invColl Number of collisions during inventory
invTags Number of successfully inventoried tags
readErrors Number of failed read tag commands
readTags Number of successfully read tag commands
rfActiveTime RF on time in milliseconds
setupErrs Number of invalid setup errors
temperature Temperature in celcius. 1000 if not supported
uptime Uptime in milliseconds
writeErrors Number of failed write tag commands
writeTags Number of successfully write tag commands

See Also