|
mbgtools-lx
4.2.8
|
#include <gpsdefs.h>
Data Fields | |
| uint32_t | flags |
| flags, see MBG_USER_STAT_FLAG_MASKS More... | |
| uint32_t | login_cnt |
| current number of active logins More... | |
| uint32_t | num_fails |
| current number of unsuccessful login attempts More... | |
| MBG_USER_PERM_BUF | stat_read_perm |
| current status read permissions, see MBG_USER_PERM_BUF and MBG_USER_PERMS More... | |
| MBG_USER_PERM_BUF | cfg_read_perm |
| current config read permissions, see MBG_USER_PERM_BUF and MBG_USER_PERMS More... | |
| MBG_USER_PERM_BUF | cfg_write_perm |
| current config write permissions, see MBG_USER_PERM_BUF and MBG_USER_PERMS More... | |
| uint32_t | reserved [16] |
| reserved, currently always 0 More... | |
| MBG_USER_PERM_BUF MBG_USER_STATUS::cfg_read_perm |
current config read permissions, see MBG_USER_PERM_BUF and MBG_USER_PERMS
Definition at line 22943 of file gpsdefs.h.
Referenced by mbgextio_chk_user_perm().
| MBG_USER_PERM_BUF MBG_USER_STATUS::cfg_write_perm |
current config write permissions, see MBG_USER_PERM_BUF and MBG_USER_PERMS
Definition at line 22944 of file gpsdefs.h.
Referenced by mbgextio_chk_user_perm().
| uint32_t MBG_USER_STATUS::flags |
flags, see MBG_USER_STAT_FLAG_MASKS
| uint32_t MBG_USER_STATUS::login_cnt |
| uint32_t MBG_USER_STATUS::num_fails |
| uint32_t MBG_USER_STATUS::reserved[16] |
| MBG_USER_PERM_BUF MBG_USER_STATUS::stat_read_perm |
current status read permissions, see MBG_USER_PERM_BUF and MBG_USER_PERMS
Definition at line 22942 of file gpsdefs.h.
Referenced by mbgextio_chk_user_perm().