Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
unpack_dms_GetVoiceNumber_t Struct Reference

#include <dms.h>

Data Fields

uint8_t voiceNumberSize
 
char VoiceNumber [DMS_UINT8_MAX_STRING_SZ]
 
uint8_t minSize
 
char MIN [DMS_UINT8_MAX_STRING_SZ]
 
uint16_t Tlvresult
 
swi_uint256_t ParamPresenceMask
 

Detailed Description

Structure to store the voice number in use by the device

Parameters
voiceNumberSize
  • Maximum number of characters (including NULL terminator) that the voice number array can contain.
  • Bit to check in ParamPresenceMask - 1
VoiceNumber
  • Voice number string: MDN or MS ISDN
  • Maximum Length is 255 Bytes
  • Bit to check in ParamPresenceMask - 1
minSize
  • Maximum number of characters (including NULL terminator) that the MIN array can contain.
  • Bit to check in ParamPresenceMask - 16
MIN
  • Optional Parameter
  • MIN string: Empty string returned when MIN is not supported/ programmed.
  • Maximum Length is 255 Bytes
  • Bit to check in ParamPresenceMask - 16
Tlvresult
  • Unpack Result
ParamPresenceMask
  • bitmask representation to indicate valid parameters.

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