Class LifetimeTelemetry
Telemetry data for the lifetime of the printer. This data persists across flash updates and configuration changes.
Inherited Members
Namespace: PTIRelianceLib.Telemetry
Assembly: PTIRelianceLib.dll
Syntax
public class LifetimeTelemetry : PowerupTelemetry, IParseable
Properties
| Improve this Doc View SourcePowerUpCount
How many times the printer has powered up.
Declaration
public int PowerUpCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ResetCmdCount
How many times has the HID reset command been received.
Declaration
public int ResetCmdCount { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceSerialize()
Declaration
public override byte[] Serialize()
Returns
Type | Description |
---|---|
System.Byte[] |