Infuse-IoT SDK API
0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
kv_write.h
Go to the documentation of this file.
1
8
9
#ifndef INFUSE_SDK_INCLUDE_INFUSE_RPC_COMMANDS_KV_WRITE_H_
10
#define INFUSE_SDK_INCLUDE_INFUSE_RPC_COMMANDS_KV_WRITE_H_
11
12
#include <
infuse/epacket/packet.h
>
13
14
#ifdef __cplusplus
15
extern
"C"
{
16
#endif
17
29
bool
infuse_rpc_command_kv_write_validate
(
struct
epacket_rx_metadata
*meta, uint16_t key,
30
const
void
*data,
size_t
len);
31
32
#ifdef __cplusplus
33
}
34
#endif
35
36
#endif
/* INFUSE_SDK_INCLUDE_INFUSE_RPC_COMMANDS_KV_WRITE_H_ */
infuse_rpc_command_kv_write_validate
bool infuse_rpc_command_kv_write_validate(struct epacket_rx_metadata *meta, uint16_t key, const void *data, size_t len)
Application level validation of external KV writes.
packet.h
ePacket packet APIs
epacket_rx_metadata
Definition
packet.h:91
infuse
rpc
commands
kv_write.h
Generated on
for Infuse-IoT SDK API by
1.14.0