mbgtools-lx
4.2.8
|
A structure used to query current TLV capabilities. More...
#include <gpsdefs.h>
Data Fields | |
uint32_t | reserved |
Future use. More... | |
uint32_t | flags |
Future use. More... | |
MBG_TLV_FEAT_BUFFER | supp_tlv_feat |
A byte array of supported TLV feature bits, see MBG_TLV_FEAT_TYPES. More... | |
A structure used to query current TLV capabilities.
This is only supported by a device if the MBG_XFEATURE_TLV_API bit is set in the extended device features.
uint32_t MBG_TLV_INFO::flags |
uint32_t MBG_TLV_INFO::reserved |
MBG_TLV_FEAT_BUFFER MBG_TLV_INFO::supp_tlv_feat |
A byte array of supported TLV feature bits, see MBG_TLV_FEAT_TYPES.
Definition at line 18267 of file gpsdefs.h.
Referenced by check_tlv_feat_supp(), dump_tlv_info(), and pcps_chk_dev_feat().