7 struct aura_node *n =
aura_open(
"dummy", NULL);
11 ret =
aura_call(n,
"echo_u16", &retbuf, 0x0102);
12 slog(0, SLOG_DEBUG,
"call ret %d", ret);
16 aura_hexdump(
"Out buffer", retbuf->
data, retbuf->
size);
void aura_wait_status(struct aura_node *node, int status)
int aura_call(struct aura_node *node, const char *name, struct aura_buffer **retbuf,...)
struct aura_node * aura_open(const char *name, const char *opts)
void aura_buffer_release(struct aura_buffer *buf)
void aura_close(struct aura_node *node)