Search Results for

    Show / Hide Table of Contents

    Class LifetimeTelemetry

    Telemetry data for the lifetime of the printer. This data persists across flash updates and configuration changes.

    Inheritance
    System.Object
    PowerupTelemetry
    LifetimeTelemetry
    Inherited Members
    PowerupTelemetry.CutterCount
    PowerupTelemetry.PlatenOpenCount
    PowerupTelemetry.PaperMovedCount
    PowerupTelemetry.TicketCount
    PowerupTelemetry.TicketsRetracted
    PowerupTelemetry.TicketsEjected
    PowerupTelemetry.TicketsPulled
    PowerupTelemetry.AvgTimePresented
    PowerupTelemetry.Button
    PowerupTelemetry.PaperOutDuringPrint
    PowerupTelemetry.PaperOut
    PowerupTelemetry.AvgCutTime
    PowerupTelemetry.JammedCount
    PowerupTelemetry.OverheatedCount
    PowerupTelemetry.CriticalErrorCount
    PowerupTelemetry.HighErrorCount
    PowerupTelemetry.LastTicketState
    PowerupTelemetry.TicketCountsByLength(TicketLengthGroups)
    PowerupTelemetry.TicketCountByTimeToPull(TicketPullTimeGroups)
    Namespace: PTIRelianceLib.Telemetry
    Assembly: PTIRelianceLib.dll
    Syntax
    public class LifetimeTelemetry : PowerupTelemetry, IParseable

    Properties

    | Improve this Doc View Source

    PowerUpCount

    How many times the printer has powered up.

    Declaration
    public int PowerUpCount { get; set; }
    Property Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    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 Source

    Serialize()

    Declaration
    public override byte[] Serialize()
    Returns
    Type Description
    System.Byte[]
    Overrides
    PowerupTelemetry.Serialize()
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 Pyramid Technologies
    Generated by DocFX