PERM_BITS
const PERM_BITS: object;Defined in: src/protocol/codes.ts:400
Type Declaration
Section titled “Type Declaration”ACL_ADMIN
Section titled “ACL_ADMIN”readonly ACL_ADMIN: 3 = 0x03;ACL_GUEST
Section titled “ACL_GUEST”readonly ACL_GUEST: 0 = 0x00;ACL_READ_ONLY
Section titled “ACL_READ_ONLY”readonly ACL_READ_ONLY: 1 = 0x01;ACL_READ_WRITE
Section titled “ACL_READ_WRITE”readonly ACL_READ_WRITE: 2 = 0x02;ACL_ROLE_MASK
Section titled “ACL_ROLE_MASK”readonly ACL_ROLE_MASK: 3 = 0x03;