1#ifndef COMMAND_HANDLER_H
2#define COMMAND_HANDLER_H 1
5#include <platform-header.h>
6#include <command-parser.h>
16int send_string(
struct command *
com,
const char *format, ...) __attribute__ ((__format__(printf, 2, 3)));
int void getpubkey(struct command *com)
request the public key of this module
void free_command(struct command *com)
free a command
void factory_default(struct command *com)
set the module back to factory default
void micro_strobe(struct command *com)
do a nano strobe
struct command * alloc_command()
allocate a free command
void setcloudtoken(struct command *com)
set a token to connect to the cloud
void init_command_handler()
resets the command handler