This structure contains information about an attempted transfer. More...
#include <m2m_flash.h>
Public Attributes | |
uint16 | u16LastAccessId |
uint8 | u8Changed |
uint8 | u8Init |
uint8 | u8Reset |
uint8 | u8Success |
This structure contains information about an attempted transfer.
Definition at line 267 of file m2m_flash.h.
uint16 tstrFlashState::u16LastAccessId |
Last access attempt. Identifier provided by MCU application. 0 if info not available.
Definition at line 269 of file m2m_flash.h.
uint8 tstrFlashState::u8Changed |
Did the last access attempt result in modified WINC flash?
Definition at line 273 of file m2m_flash.h.
uint8 tstrFlashState::u8Init |
Has the module been initialized?
Definition at line 275 of file m2m_flash.h.
uint8 tstrFlashState::u8Reset |
Has the module been initialized more recently than the module last reset the WINC?
Definition at line 277 of file m2m_flash.h.
uint8 tstrFlashState::u8Success |
Was the last access attempt successful?
Definition at line 271 of file m2m_flash.h.