Delta / NNN50_WIFI_API

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrM2mAteRxStatus Struct Reference

tstrM2mAteRxStatus Struct Reference
[DataTypes]

Used to save statistics for receive(RX) test case. More...

#include <m2m_ate_mode.h>

Data Fields

uint32 num_rx_pkts
uint32 num_err_pkts
uint32 num_good_pkts

Detailed Description

Used to save statistics for receive(RX) test case.

Used to save recieve test case configuration.

See also:
tenuM2mAteRxPwrMode

Definition at line 332 of file m2m_ate_mode.h.


Field Documentation

Number of RX failed packets

Definition at line 337 of file m2m_ate_mode.h.

Number of RX packets actually received

Definition at line 340 of file m2m_ate_mode.h.

Number of total RX packets

Definition at line 334 of file m2m_ate_mode.h.