Linux SDK (lite-qmi)  MBPL_SDK_R25_ENG3
unpack_wds_GetPacketStatus_t Struct Reference

#include <wds.h>

Data Fields

uint32_t tXPacketSuccesses
 
uint32_t rXPacketSuccesses
 
uint32_t tXPacketErrors
 
uint32_t rXPacketErrors
 
uint32_t tXPacketOverflows
 
uint32_t rXPacketOverflows
 
uint64_t tXOkBytesCount
 
uint64_t rXOkBytesCount
 
uint64_t tXOKBytesLastCall
 
uint64_t rXOKBytesLastCall
 
uint32_t tXDroppedCount
 
uint32_t rXDroppedCount
 
swi_uint256_t ParamPresenceMask
 

Detailed Description

Deprecated. Use unpack_wds_GetPacketStatistics_t instead Returns the packet data transfer statistics since the start of the current packet data.

Parameters
tXPacketSuccesses
  • No. of packets transmitted without error
  • Bit to check in ParamPresenceMask - 16
rXPacketSuccesses
  • No. of packets received without error
  • Bit to check in ParamPresenceMask - 17
tXPacketErrors
  • No. of outgoing packets with framing errors
  • Bit to check in ParamPresenceMask - 18
rXPacketErrors
  • No. of incoming packets with framing errors
  • Bit to check in ParamPresenceMask - 19
txPacketOverflows
  • Number of packets dropped because Tx buffer overflowed
  • Bit to check in ParamPresenceMask - 20
rxPacketOverflows
  • Number of packets dropped because Rx buffer overflowed
  • Bit to check in ParamPresenceMask - 21
txOkBytesCount
  • No of bytes transmitted without error.
  • Bit to check in ParamPresenceMask - 25
rxOkBytesCount
  • No of bytes received without error.
  • Bit to check in ParamPresenceMask - 26
txOKBytesLastCall
  • No of bytes transmitted without error during the last data call (0 if no call was made earlier). Returned only if not in a call, and when the previous call was made using RmNet (for any devices that support
  • Bit to check in ParamPresenceMask - 27
rxOKBytesLastCall
  • Number of bytes received without error during the last data call (0 if no call was made earlier). Returned only if not in a call, and when the previous call was made using RmNet (for any devices that support
  • Bit to check in ParamPresenceMask - 28
txDroppedCount
  • Number of outgoing packets dropped.
  • Bit to check in ParamPresenceMask - 29
rxDroppedCount
  • Number of incoming packets dropped.
  • Bit to check in ParamPresenceMask - 30
ParamPresenceMask
  • bitmask representation to indicate valid parameters.

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