Microchip® Advanced Software Framework

commands.h File Reference

WSNDemo command handler interface.

Copyright (c) 2018 Microchip Technology Inc. and its subsidiaries.

#include "miwi_api.h"

Enumerations

enum  {
  APP_COMMAND_ID_NETWORK_INFO = 0x01,
  APP_COMMAND_ID_IDENTIFY = 0x10,
  APP_COMMAND_ID_TOPOLOGY_SIMULATION_RESET = 0x20,
  APP_COMMAND_ID_SIMULATE_LINE_TOPOLOGY = 0x21
}
 

Functions

void APP_CommandsByteReceived (uint8_t byte)
 
void APP_CommandsInit (void)
 
void appCmdDataInd (RECEIVED_MESH_MESSAGE *ind)
 

Variables

SYS_Timer_t appCmdIdentifyDurationTimer
 
SYS_Timer_t appCmdIdentifyPeriodTimer
 

anonymous enum
Enumerator
APP_COMMAND_ID_NETWORK_INFO 
APP_COMMAND_ID_IDENTIFY 
APP_COMMAND_ID_TOPOLOGY_SIMULATION_RESET 
APP_COMMAND_ID_SIMULATE_LINE_TOPOLOGY 

SYS_Timer_t appCmdIdentifyDurationTimer

Referenced by APP_TaskHandler(), and appCmdHandle().

SYS_Timer_t appCmdIdentifyPeriodTimer