jooby-codec
    Preparing search index...

    Interface IMessage

    {
    bytes: [0x0c, 0x02, 0x2d, 0x88, 0xfe],
    commands: [
    {
    id: 12,
    headerSize: 2,
    parameters: {sequenceNumber: 45, seconds: -120},
    bytes: [0x0c, 0x02, 0x2d, 0x88]
    }
    ],
    lrc: {
    received: 0xfe,
    calculated: 0xfe
    }
    }
    interface IMessage {
        bytes: TBytes;
        commands: TCommand[];
        lrc: { calculated: number; received: number };
    }
    Index

    Properties

    Properties

    bytes: TBytes
    commands: TCommand[]
    lrc: { calculated: number; received: number }