NNN50 WIFI_API library

Dependents:   NNN50_CE_Test_UDP NNN50_linux_firmware NNN50_SoftAP_HelloWorld NNN50_BLEWIFISensor ... more

Embed: (wiki syntax)

« Back to documentation index

tstrM2mSetMacAddress Struct Reference

tstrM2mSetMacAddress Struct Reference
[DataTypes]

Sets the MAC address from application. The WINC load the mac address from the effuse by default to the WINC configuration memory, but that function is used to let the application overwrite the configuration memory with the mac address from the host. More...

#include <m2m_types.h>

Data Fields

uint8 au8Mac [6]
uint8 __PAD16__ [2]

Detailed Description

Sets the MAC address from application. The WINC load the mac address from the effuse by default to the WINC configuration memory, but that function is used to let the application overwrite the configuration memory with the mac address from the host.

Note:
It's recommended to call this only once before calling connect request and after the m2m_wifi_init

Definition at line 1855 of file m2m_types.h.


Field Documentation

Padding bytes for forcing 4-byte alignment

Definition at line 1860 of file m2m_types.h.

MAC address array

Definition at line 1857 of file m2m_types.h.