Public Attributes | List of all members
tstrWifiInitParam Struct Reference

Structure, holding the Wi-fi configuration attributes such as the wi-fi callback , monitoring mode callback and Ethernet parameter initialization structure. Such configuration parameters are required to be set before calling the wi-fi initialization function m2m_wifi_init. pfAppWifiCb attribute must be set to handle the wi-fi callback operations. pfAppMonCb attribute, is optional based on whether the application requires the monitoring mode configuration, and can there not be set before the initialization. strEthInitParam structure, is another optional configuration based on whether the bypass mode is set. More...

#include <m2m_wifi.h>

Public Attributes

uint8 __PAD24__ [3]
 
uint8 GainTableIndex
 
tpfAppMonCb pfAppMonCb
 
tpfAppWifiCb pfAppWifiCb
 
tstrEthInitParam strEthInitParam
 

Detailed Description

Structure, holding the Wi-fi configuration attributes such as the wi-fi callback , monitoring mode callback and Ethernet parameter initialization structure. Such configuration parameters are required to be set before calling the wi-fi initialization function m2m_wifi_init. pfAppWifiCb attribute must be set to handle the wi-fi callback operations. pfAppMonCb attribute, is optional based on whether the application requires the monitoring mode configuration, and can there not be set before the initialization. strEthInitParam structure, is another optional configuration based on whether the bypass mode is set.

Definition at line 398 of file m2m_wifi.h.

Member Data Documentation

◆ __PAD24__

uint8 tstrWifiInitParam::__PAD24__[3]

Padding bytes for forcing 4-byte alignment

Definition at line 403 of file m2m_wifi.h.

◆ GainTableIndex

uint8 tstrWifiInitParam::GainTableIndex

Gain Table index to be used to configure the WiFi and BLE gains.

Definition at line 402 of file m2m_wifi.h.

◆ pfAppMonCb

tpfAppMonCb tstrWifiInitParam::pfAppMonCb

Callback for monitoring interface.

Definition at line 400 of file m2m_wifi.h.

◆ pfAppWifiCb

tpfAppWifiCb tstrWifiInitParam::pfAppWifiCb

Callback for Wi-Fi notifications.

Definition at line 399 of file m2m_wifi.h.

◆ strEthInitParam

tstrEthInitParam tstrWifiInitParam::strEthInitParam

Structure to hold Ethernet interface parameters.

Definition at line 401 of file m2m_wifi.h.


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


inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:18:03