Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
unpack_wds_GetConnectionRate_t Struct Reference

#include <wds.h>

Data Fields

uint32_t currentChannelTXRate
 
uint32_t currentChannelRXRate
 
uint32_t maxChannelTXRate
 
uint32_t maxChannelRXRate
 
uint32_t extRateType
 
uint64_t extCurrentChannelTXRate
 
uint64_t extCurrentChannelRXRate
 
uint64_t extMaxChannelTXRate
 
uint64_t extMaxChannelRXRate
 
swi_uint256_t ParamPresenceMask
 

Detailed Description

This structure contains unpack get connection rate information.

Parameters
currentChannelTXRate
  • Current channel Tx rate (in bps)
  • Bit to check in ParamPresenceMask - 1
currentChannelRXRate
  • Current channel Rx rate (in bps)
  • Bit to check in ParamPresenceMask - 1
maxChannelTXRate
  • Maximum Tx rate (bps) that may be assigned to device by serving system.
  • Bit to check in ParamPresenceMask - 1
maxChannelRXRate
  • Maximum Rx rate (bps) that may be assigned to device by serving system.
  • Bit to check in ParamPresenceMask - 1
ParamPresenceMask
  • bitmask representation to indicate valid parameters.
pRateType[OUT]
  • Rate Type.
pCurrentChannelTXRate[OUT]
  • Instantaneous channel Tx rate in bits per second.
pCurrentChannelRXRate[OUT]
  • Instantaneous channel Rx rate in bits per second.
pMaxChannelTXRate[OUT]
  • Maximum Tx rate that can be assigned to the device by the
  • serving system in bits per second
pMaxChannelRXRate[OUT]
  • Maximum Rx rate that can be assigned to the device by the
  • serving system in bits per second

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