jooby-codec
    Preparing search index...

    Interface IArchiveEvent

    interface IArchiveEvent {
        id: TUint8;
        name?: string;
        sequenceNumber: TUint8;
        time2000: TTime2000;
    }
    Index

    Properties

    id: TUint8

    One of the device events.

    name?: string
    sequenceNumber: TUint8

    It's a unique number for each event.

    time2000: TTime2000