Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
DMScustSettingInfo Struct Reference

#include <dms.h>

Data Fields

uint16_t id_length
 
uint8_t cust_id [DMS_MAX_CUST_ID_LEN+1]
 
uint16_t value_length
 
uint8_t cust_value [DMS_MAX_CUST_VALUE_LEN+1]
 
uint16_t cust_attr
 

Detailed Description

This structure contains information about Customization Setting. This TLV is only applicable for 9x30 modules so far

Parameters
id_length
  • length of cust_id field
cust_id
  • Customization ID (Maximum 64 bytes)
  • NULL terminated ASCII string.
value_length
  • length of cust_value field
cust_value
  • Customization Setting Value (Maximum 8 bytes)
cust_attr
  • Customization Setting attribute through QMI
    • bit 0: Values:
      • 0 - read only
      • 1 - read/write

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