|
Aranya
a software development tool for governing access to data and services over a decentralized, zero-trust framework with secure end-to-end encrypted data exchange built-in.
|
A label. More...
#include <aranya-client.h>
Related Symbols | |
(Note that these are not member symbols.) | |
| AranyaError | aranya_label_cleanup (struct AranyaLabel *ptr) |
Releases any resources associated with ptr. | |
| AranyaError | aranya_label_get_id (const struct AranyaLabel *label, struct AranyaLabelId *__output) |
| Get ID of label. | |
| AranyaError | aranya_label_get_name (const struct AranyaLabel *label, const char **__output) |
| Get name of label. | |
| AranyaError | aranya_label_get_author (const struct AranyaLabel *label, struct AranyaDeviceId *__output) |
| Get the author of a label. | |
A label.
|
related |
Releases any resources associated with ptr.
ptr must either be null or initialized by ::aranya_label_init.
|
related |
Get the author of a label.
| [in] | label | the label |
|
related |
Get ID of label.
| [in] | label | the label |
|
related |
Get name of label.
The resulting string is null-terminated and must not be freed.
| [in] | label | the label |