Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
commands_impl.h File Reference

Autogenerated RPC command list. More...

#include <zephyr/net_buf.h>

Go to the source code of this file.

Functions

struct net_buf * rpc_command_reboot (struct net_buf *request)
 Run reboot RPC.
 
struct net_buf * rpc_command_fault (struct net_buf *request)
 Run fault RPC.
 
struct net_buf * rpc_command_time_get (struct net_buf *request)
 Run time_get RPC.
 
struct net_buf * rpc_command_time_set (struct net_buf *request)
 Run time_set RPC.
 
struct net_buf * rpc_command_kv_write (struct net_buf *request)
 Run kv_write RPC.
 
struct net_buf * rpc_command_kv_read (struct net_buf *request)
 Run kv_read RPC.
 
struct net_buf * rpc_command_kv_reflect_crcs (struct net_buf *request)
 Run kv_reflect_crcs RPC.
 
struct net_buf * rpc_command_zbus_channel_state (struct net_buf *request)
 Run zbus_channel_state RPC.
 
struct net_buf * rpc_command_application_info (struct net_buf *request)
 Run application_info RPC.
 
struct net_buf * rpc_command_wifi_scan (struct net_buf *request)
 Run wifi_scan RPC.
 
struct net_buf * rpc_command_wifi_state (struct net_buf *request)
 Run wifi_state RPC.
 
struct net_buf * rpc_command_last_reboot (struct net_buf *request)
 Run last_reboot RPC.
 
struct net_buf * rpc_command_data_logger_state (struct net_buf *request)
 Run data_logger_state RPC.
 
struct net_buf * rpc_command_data_logger_read (struct net_buf *request)
 Run data_logger_read RPC.
 
struct net_buf * rpc_command_mem_read (struct net_buf *request)
 Run mem_read RPC.
 
struct net_buf * rpc_command_infuse_states_query (struct net_buf *request)
 Run infuse_states_query RPC.
 
struct net_buf * rpc_command_infuse_states_update (struct net_buf *request)
 Run infuse_states_update RPC.
 
struct net_buf * rpc_command_data_logger_erase (struct net_buf *request)
 Run data_logger_erase RPC.
 
struct net_buf * rpc_command_heap_stats (struct net_buf *request)
 Run heap_stats RPC.
 
struct net_buf * rpc_command_lte_at_cmd (struct net_buf *request)
 Run lte_at_cmd RPC.
 
struct net_buf * rpc_command_lte_state (struct net_buf *request)
 Run lte_state RPC.
 
struct net_buf * rpc_command_data_logger_read_available (struct net_buf *request)
 Run data_logger_read_available RPC.
 
struct net_buf * rpc_command_coap_download (struct net_buf *request)
 Run coap_download RPC.
 
struct net_buf * rpc_command_zperf_upload (struct net_buf *request)
 Run zperf_upload RPC.
 
struct net_buf * rpc_command_file_write_basic (struct net_buf *request)
 Run file_write_basic RPC.
 
struct net_buf * rpc_command_annotate (struct net_buf *request)
 Run annotate RPC.
 
struct net_buf * rpc_command_bt_connect_infuse (struct net_buf *request)
 Run bt_connect_infuse RPC.
 
struct net_buf * rpc_command_bt_disconnect (struct net_buf *request)
 Run bt_disconnect RPC.
 
struct net_buf * rpc_command_bt_file_copy_basic (struct net_buf *request)
 Run bt_file_copy_basic RPC.
 
struct net_buf * rpc_command_bt_file_copy_coap (struct net_buf *request)
 Run bt_file_copy_coap RPC.
 
struct net_buf * rpc_command_bt_mcumgr_reboot (struct net_buf *request)
 Run bt_mcumgr_reboot RPC.
 
struct net_buf * rpc_command_gravity_reference_update (struct net_buf *request)
 Run gravity_reference_update RPC.
 
struct net_buf * rpc_command_security_state (struct net_buf *request)
 Run security_state RPC.
 
struct net_buf * rpc_command_data_sender (struct net_buf *request)
 Run data_sender RPC.
 
struct net_buf * rpc_command_data_receiver (struct net_buf *request)
 Run data_receiver RPC.
 
struct net_buf * rpc_command_echo (struct net_buf *request)
 Run echo RPC.
 

Detailed Description

Autogenerated RPC command list.

Author
scripts/west_commands/cloudgen.py

INFUSE-IOT-AUTOGENERATED

SPDX-License-Identifier: FSL-1.1-ALv2

Function Documentation

◆ rpc_command_annotate()

struct net_buf * rpc_command_annotate ( struct net_buf * request)

Run annotate RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_application_info()

struct net_buf * rpc_command_application_info ( struct net_buf * request)

Run application_info RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_bt_connect_infuse()

struct net_buf * rpc_command_bt_connect_infuse ( struct net_buf * request)

Run bt_connect_infuse RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_bt_disconnect()

struct net_buf * rpc_command_bt_disconnect ( struct net_buf * request)

Run bt_disconnect RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_bt_file_copy_basic()

struct net_buf * rpc_command_bt_file_copy_basic ( struct net_buf * request)

Run bt_file_copy_basic RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_bt_file_copy_coap()

struct net_buf * rpc_command_bt_file_copy_coap ( struct net_buf * request)

Run bt_file_copy_coap RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_bt_mcumgr_reboot()

struct net_buf * rpc_command_bt_mcumgr_reboot ( struct net_buf * request)

Run bt_mcumgr_reboot RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_coap_download()

struct net_buf * rpc_command_coap_download ( struct net_buf * request)

Run coap_download RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_data_logger_erase()

struct net_buf * rpc_command_data_logger_erase ( struct net_buf * request)

Run data_logger_erase RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_data_logger_read()

struct net_buf * rpc_command_data_logger_read ( struct net_buf * request)

Run data_logger_read RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_data_logger_read_available()

struct net_buf * rpc_command_data_logger_read_available ( struct net_buf * request)

Run data_logger_read_available RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_data_logger_state()

struct net_buf * rpc_command_data_logger_state ( struct net_buf * request)

Run data_logger_state RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_data_receiver()

struct net_buf * rpc_command_data_receiver ( struct net_buf * request)

Run data_receiver RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_data_sender()

struct net_buf * rpc_command_data_sender ( struct net_buf * request)

Run data_sender RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_echo()

struct net_buf * rpc_command_echo ( struct net_buf * request)

Run echo RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_fault()

struct net_buf * rpc_command_fault ( struct net_buf * request)

Run fault RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_file_write_basic()

struct net_buf * rpc_command_file_write_basic ( struct net_buf * request)

Run file_write_basic RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_gravity_reference_update()

struct net_buf * rpc_command_gravity_reference_update ( struct net_buf * request)

Run gravity_reference_update RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_heap_stats()

struct net_buf * rpc_command_heap_stats ( struct net_buf * request)

Run heap_stats RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_infuse_states_query()

struct net_buf * rpc_command_infuse_states_query ( struct net_buf * request)

Run infuse_states_query RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_infuse_states_update()

struct net_buf * rpc_command_infuse_states_update ( struct net_buf * request)

Run infuse_states_update RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_kv_read()

struct net_buf * rpc_command_kv_read ( struct net_buf * request)

Run kv_read RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_kv_reflect_crcs()

struct net_buf * rpc_command_kv_reflect_crcs ( struct net_buf * request)

Run kv_reflect_crcs RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_kv_write()

struct net_buf * rpc_command_kv_write ( struct net_buf * request)

Run kv_write RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_last_reboot()

struct net_buf * rpc_command_last_reboot ( struct net_buf * request)

Run last_reboot RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_lte_at_cmd()

struct net_buf * rpc_command_lte_at_cmd ( struct net_buf * request)

Run lte_at_cmd RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_lte_state()

struct net_buf * rpc_command_lte_state ( struct net_buf * request)

Run lte_state RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_mem_read()

struct net_buf * rpc_command_mem_read ( struct net_buf * request)

Run mem_read RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_reboot()

struct net_buf * rpc_command_reboot ( struct net_buf * request)

Run reboot RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_security_state()

struct net_buf * rpc_command_security_state ( struct net_buf * request)

Run security_state RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_time_get()

struct net_buf * rpc_command_time_get ( struct net_buf * request)

Run time_get RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_time_set()

struct net_buf * rpc_command_time_set ( struct net_buf * request)

Run time_set RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_wifi_scan()

struct net_buf * rpc_command_wifi_scan ( struct net_buf * request)

Run wifi_scan RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_wifi_state()

struct net_buf * rpc_command_wifi_state ( struct net_buf * request)

Run wifi_state RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_zbus_channel_state()

struct net_buf * rpc_command_zbus_channel_state ( struct net_buf * request)

Run zbus_channel_state RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer

◆ rpc_command_zperf_upload()

struct net_buf * rpc_command_zperf_upload ( struct net_buf * request)

Run zperf_upload RPC.

Parameters
requestINFUSE_RPC_CMD packet to respond to
Returns
struct net_buf* INFUSE_RPC_RSP packet buffer