|
TuyaOS
|
rcp pipe 更多...

结构体 | |
| struct | tuya_rpc_pipe_call_t |
类型定义 | |
| typedef void(* | tuya_rpc_pipe_recv_cb) (tuya_rpc_t *rpc, rpc_node_t *node, uint8_t *data, uint16_t data_len, uint16_t sequence) |
| typedef void(* | tuya_rpc_pipe_reply_cb) (tuya_rpc_t *rpc, rpc_node_t *node, uint8_t *data, uint16_t data_len, void *args) |
函数 | |
| int | tuya_rpc_pipe_call_async (tuya_rpc_t *rpc, char *id, tuya_rpc_pipe_call_t *pipe) |
| int | tuya_rpc_pipe_recv_register (tuya_rpc_t *rpc, tuya_rpc_pipe_recv_cb pipe_recv_cb, void *args) |
| int | tuya_rpc_pipe_reply (tuya_rpc_t *rpc, rpc_node_t *node, uint8_t *data, uint16_t data_len, uint16_t sequence) |
rcp pipe