jooby-codec
    Preparing search index...

    Interface IMessage

    {
    bytes: [0x5d, 0x05, 0x08, 0x04, 0x05, 0x06, 0x07, 0xfe],
    commands: [
    {
    id: 0x5d,
    headerSize: 2,
    parameters: {displayMode: 8, order: [4, 5, 6, 7]},
    bytes: [0x5d, 0x05, 0x08, 0x04, 0x05, 0x06, 0x07]
    }
    ],
    lrc: {
    received: 0xfe,
    calculated: 0xfe
    }
    }
    interface IMessage {
        accessLevel: TAccessLevel;
        bytes: TBytes;
        commands: TCommand[];
        lrc: { calculated: number; received: number };
        messageId: number;
    }
    Index

    Properties

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