jooby-codec
    Preparing search index...

    Interface IGetMeterReadoutStateResponseParameters

    IGetMeterReadoutStateResponseParameters command parameters

    interface IGetMeterReadoutStateResponseParameters {
        frameErrors: TUint8;
        lastFailedTime: TUint32;
        lastSuccessfulTime: TUint32;
        overrunErrors: TUint8;
        parityErrors: TUint8;
        readoutAttempts: TUint16;
        readoutRepetitions: TUint16;
        requestId: TUint8;
        successfulReadoutAttempts: TUint16;
        waitIdErrors: TUint8;
        waitNextStateErrors: TUint8;
        waitNextSymbolErrors: TUint8;
        wrongBccErrors: TUint8;
    }

    Hierarchy (View Summary)

    Index

    Properties

    frameErrors: TUint8

    the number of the frame errors

    lastFailedTime: TUint32

    seconds since the start of the device when the last failed readout attempt occurred

    lastSuccessfulTime: TUint32

    seconds since the start of the device when the last successful readout attempt occurred

    overrunErrors: TUint8

    the number of the overrun errors

    parityErrors: TUint8

    the number of the parity errors

    readoutAttempts: TUint16

    the number of the readout attempts

    readoutRepetitions: TUint16

    the number of the readout repetitions

    requestId: TUint8
    successfulReadoutAttempts: TUint16

    the number of the successful readout attempts

    waitIdErrors: TUint8

    the number of the WAIT ID errors

    waitNextStateErrors: TUint8

    the number of the WAIT NEXT STATE errors

    waitNextSymbolErrors: TUint8

    the number of the WAIT NEXT SYMBOL errors

    wrongBccErrors: TUint8

    the number of the WRONG BCC errors