Microchip® Advanced Software Framework

tstrM2MPinInfo Struct Reference

PIN Number (input)

The PIN Number is assigned by application in response to authorization request while P2P Connection.

#include <m2m_types.h>

Data Fields

uint8 __PAD__ [PAD_SZ(P2P_MAX_PIN_SIZE+1)]
 
uint8 au8Pin [P2P_MAX_PIN_SIZE+1]
 

uint8 tstrM2MPinInfo::__PAD__[PAD_SZ(P2P_MAX_PIN_SIZE+1)]

Padding bytes for forcing 4-byte alignment

uint8 tstrM2MPinInfo::au8Pin[P2P_MAX_PIN_SIZE+1]

NULL terminated pin number

Referenced by m2m_wifi_set_p2p_pin().