jooby-codec
    Preparing search index...

    Type Alias TAccessLevel

    TAccessLevel: BrandType<number, "0 | 1 | 2 | 3">

    Command access level.

    • UNENCRYPTED = 0x00;
    • ROOT = 0x01;
    • READ_WRITE = 0x02;
    • READ_ONLY = 0x03;