jooby-codec
    Preparing search index...

    Interface IMessage

    {
    bytes: [0x10, 0x0d, 0x02, 0x00, 0x00, 0x00, 0x51, 0x2c, 0x2d, 0xea, 0xae, 0x2c, 0x2f, 0x0a, 0xf6],
    commands: [
    {
    id: 16,
    name: 'getArchiveState',
    headerSize: 2,
    bytes: [
    16, 13, 2, 0, 0, 0, 81, 44, 45, 234, 174, 44, 47, 10, 246
    ],
    parameters: {
    requestId: 2,
    archiveRecordsNumber: 81,
    eldestTime2000: 741206702,
    newestTime2000: 741280502
    }
    }
    ]
    }
    interface IMessage {
        bytes: TBytes;
        commands: TCommand[];
    }
    Index

    Properties

    Properties

    bytes: TBytes
    commands: TCommand[]