Nyx Node
|
Functions | |
nyx_dict_t * | nyx_blob_def_new (STR_t name, __NULLABLE__ STR_t label, STR_t value, STR_t format) |
Allocates a new INDI / Nyx BLOB. | |
__INLINE__ bool | nyx_blob_def_set (nyx_dict_t *def, size_t size, BUFF_t buff) |
__INLINE__ void | nyx_blob_def_get (const nyx_dict_t *def, size_t *size, buff_t *buff) |
nyx_dict_t * | nyx_blob_def_vector_new (STR_t device, STR_t name, nyx_state_t state, nyx_perm_t perm, nyx_dict_t *defs[], __NULLABLE__ const nyx_opts_t *opts) |
Allocates a new INDI / Nyx BLOB vector. | |
nyx_dict_t * nyx_blob_def_new | ( | STR_t | name, |
__NULLABLE__ STR_t | label, | ||
STR_t | value, | ||
STR_t | format ) |
Allocates a new INDI / Nyx BLOB.
name | |
label | |
value | |
format |
nyx_dict_t * nyx_blob_def_vector_new | ( | STR_t | device, |
STR_t | name, | ||
nyx_state_t | state, | ||
nyx_perm_t | perm, | ||
nyx_dict_t * | defs[], | ||
__NULLABLE__ const nyx_opts_t * | opts ) |
Allocates a new INDI / Nyx BLOB vector.
device | |
name | |
state | |
perm | |
defs | |
opts |