LinuxQMISDK  SLQS04.00.08
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
unpack_wds_GetPacketStatus_t Struct Reference

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
 

Detailed Description

Returns the packet data transfer statistics since the start of the current packet data.

Parameters
tXPacketSuccesses
  • No. of packets transmitted without error
  • 0xffffffff - Invalid data.
rXPacketSuccesses
  • No. of packets received without error
  • 0xffffffff - Invalid data.
tXPacketErrors
  • No. of outgoing packets with framing errors
  • 0xffffffff - Invalid data.
rXPacketErrors
  • No. of incoming packets with framing errors
  • 0xffffffff - Invalid data.
txPacketOverflows
  • Number of packets dropped because Tx buffer overflowed
  • 0xffffffff - Invalid data.
rxPacketOverflows
  • Number of packets dropped because Rx buffer overflowed
  • 0xffffffff - Invalid data.
txOkBytesCount
  • No of bytes transmitted without error.
  • 0xffffffffffffffff - Invalid data.
rxOkBytesCount
  • No of bytes received without error.
  • 0xffffffffffffffff - Invalid data.
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
  • 0xffffffffffffffff - Invalid data.
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
  • 0xffffffffffffffff - Invalid data.
txDroppedCount
  • Number of outgoing packets dropped.
  • 0xffffffff - Invalid data.
rxDroppedCount
  • Number of incoming packets dropped.
  • 0xffffffff - Invalid data.

Field Documentation

uint32_t unpack_wds_GetPacketStatus_t::rXDroppedCount
uint64_t unpack_wds_GetPacketStatus_t::rXOkBytesCount
uint64_t unpack_wds_GetPacketStatus_t::rXOKBytesLastCall
uint32_t unpack_wds_GetPacketStatus_t::rXPacketErrors
uint32_t unpack_wds_GetPacketStatus_t::rXPacketOverflows
uint32_t unpack_wds_GetPacketStatus_t::rXPacketSuccesses
uint32_t unpack_wds_GetPacketStatus_t::tXDroppedCount
uint64_t unpack_wds_GetPacketStatus_t::tXOkBytesCount
uint64_t unpack_wds_GetPacketStatus_t::tXOKBytesLastCall
uint32_t unpack_wds_GetPacketStatus_t::tXPacketErrors
uint32_t unpack_wds_GetPacketStatus_t::tXPacketOverflows
uint32_t unpack_wds_GetPacketStatus_t::tXPacketSuccesses

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