1#ifndef INCLUDE_GUARD__MPI_TELECOMMAND_DEFS_H__
2#define INCLUDE_GUARD__MPI_TELECOMMAND_DEFS_H__
9 char *response_output_buf, uint16_t response_output_buf_len
14 char *response_output_buf, uint16_t response_output_buf_len
19 char *response_output_buf, uint16_t response_output_buf_len
23 char *response_output_buf, uint16_t response_output_buf_len);
26 char *response_output_buf, uint16_t response_output_buf_len);
uint8_t TCMDEXEC_mpi_send_command_get_response_hex(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Send a configuration command & params (IF ANY) to the MPI encoded in hex.
Definition mpi_telecommand_defs.c:25
uint8_t TCMDEXEC_mpi_demo_set_transceiver_mode(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Sends a message over UART to the MPI.
Definition mpi_telecommand_defs.c:186
uint8_t TCMDEXEC_mpi_enable_active_mode(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Enables systems to start receiving data actively from MPI and storing using LFS.
Definition mpi_telecommand_defs.c:95
uint8_t TCMDEXEC_mpi_demo_tx_to_mpi(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Sends a message over UART to the MPI.
Definition mpi_telecommand_defs.c:142
uint8_t TCMDEXEC_mpi_disable_active_mode(const char *args_str, char *response_output_buf, uint16_t response_output_buf_len)
Sets the state to not send or receive data from MPI.
Definition mpi_telecommand_defs.c:123