mbgtools-lx  4.2.8
MBG_LICENSE_LIMITS Struct Reference

General license information to be read from a device. More...

#include <gpsdefs.h>

Data Fields

uint8_t licenses [32]
 

Detailed Description

General license information to be read from a device.

Used to query from a device how many and which different license types are supported. If a special type is supported (licenses[MBG_LICENSE_BASE_TYPES] > 0), its license specific information can be queried from 0..licenses[MBG_LICENSE_BASE_TYPES]-1 via its license specific [...]_IDX structures and TLV API command codes. See MBG_XFEATURE_TLV_API and MBG_TLV_FEAT_TYPES.

Definition at line 19498 of file gpsdefs.h.

Field Documentation

◆ licenses

uint8_t MBG_LICENSE_LIMITS::licenses[32]

To get the number of supported licenses of a specific type you need to access the array with the specififc license index defined at MBG_LICENSE_BASE_TYPES.

Definition at line 19500 of file gpsdefs.h.


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