LinuxQMISDK-Lite  SLQS04.00.23
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
unpack_wds_GetPacketStatistics_t Struct Reference

Data Fields

uint32_t * pTXPacketSuccesses
 
uint32_t * pRXPacketSuccesses
 
uint32_t * pTXPacketErrors
 
uint32_t * pRXPacketErrors
 
uint32_t * pTXPacketOverflows
 
uint32_t * pRXPacketOverflows
 
uint64_t * pTXOkBytesCount
 
uint64_t * pRXOkBytesCount
 
uint64_t * pTXOKBytesLastCall
 
uint64_t * pRXOKBytesLastCall
 
uint32_t * pTXDroppedCount
 
uint32_t * pRXDroppedCount
 
swi_uint256_t ParamPresenceMask
 

Detailed Description

This structure contains unpack get packet statistics information.

Parameters
pTXPacketSuccesses
  • No of transmitted Packets without error.
  • Bit to check in ParamPresenceMask - 16
pRXPacketSuccesses
  • No of received Packets without error.
  • Bit to check in ParamPresenceMask - 17
pTXPacketErrors
  • Number of outgoing packets with framing errors.
  • Bit to check in ParamPresenceMask - 18
pRXPacketErrors
  • Number of incoming packets with framing errors.
  • Bit to check in ParamPresenceMask - 19
pTXPacketOverflows
  • Number of packets dropped because Tx buffer overflowed (out of memory).
  • Bit to check in ParamPresenceMask - 20
pRXPacketOverflows
  • Number of packets dropped because Rx buffer overflowed (out of memory).
  • Bit to check in ParamPresenceMask - 21
pTXOkBytesCount
  • Number of bytes transmitted without error.
  • Bit to check in ParamPresenceMask - 25
pRXOkBytesCount
  • Number of bytes received without error.
  • Bit to check in ParamPresenceMask - 26
pTXOKBytesLastCall
  • Number 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
pRXOKBytesLastCall
  • 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
pTXDroppedCount
  • Number of outgoing packets dropped.
  • Bit to check in ParamPresenceMask - 29
pRXDroppedCount
  • Number of incoming packets dropped.
  • Bit to check in ParamPresenceMask - 30
ParamPresenceMask
  • bitmask representation to indicate valid parameters.

Field Documentation

swi_uint256_t unpack_wds_GetPacketStatistics_t::ParamPresenceMask
uint32_t* unpack_wds_GetPacketStatistics_t::pRXDroppedCount
uint64_t* unpack_wds_GetPacketStatistics_t::pRXOkBytesCount
uint64_t* unpack_wds_GetPacketStatistics_t::pRXOKBytesLastCall
uint32_t* unpack_wds_GetPacketStatistics_t::pRXPacketErrors
uint32_t* unpack_wds_GetPacketStatistics_t::pRXPacketOverflows
uint32_t* unpack_wds_GetPacketStatistics_t::pRXPacketSuccesses
uint32_t* unpack_wds_GetPacketStatistics_t::pTXDroppedCount
uint64_t* unpack_wds_GetPacketStatistics_t::pTXOkBytesCount
uint64_t* unpack_wds_GetPacketStatistics_t::pTXOKBytesLastCall
uint32_t* unpack_wds_GetPacketStatistics_t::pTXPacketErrors
uint32_t* unpack_wds_GetPacketStatistics_t::pTXPacketOverflows
uint32_t* unpack_wds_GetPacketStatistics_t::pTXPacketSuccesses

Copyright (c) 2011-2015 Sierra Wireless, Inc. All rights reserved