mbgtools-lx  4.2.8
MBG_USER_STATUS Struct Reference

#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...
 

Detailed Description

Definition at line 22936 of file gpsdefs.h.

Field Documentation

◆ cfg_read_perm

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().

◆ cfg_write_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().

◆ flags

uint32_t MBG_USER_STATUS::flags

flags, see MBG_USER_STAT_FLAG_MASKS

Definition at line 22938 of file gpsdefs.h.

◆ login_cnt

uint32_t MBG_USER_STATUS::login_cnt

current number of active logins

Definition at line 22939 of file gpsdefs.h.

◆ num_fails

uint32_t MBG_USER_STATUS::num_fails

current number of unsuccessful login attempts

Definition at line 22940 of file gpsdefs.h.

◆ reserved

uint32_t MBG_USER_STATUS::reserved[16]

reserved, currently always 0

Definition at line 22946 of file gpsdefs.h.

◆ stat_read_perm

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().


The documentation for this struct was generated from the following file: