namespace OpenSEMI.ClientBase { public enum MenuPermissionEnum { MP_NONE = 1, MP_READ, MP_READ_WRITE } }