|
uint32_t | magic |
| Magic number, must always be NYX_OBJECT_MAGIC.
|
|
uint64_t | flags |
| Mask of flags, see NYX_FLAGS_XXX definitions.
|
|
nyx_type_t | type |
| Type of object, see nyx_type_t.
|
|
__NULLABLE__ struct nyx_node_s * | node |
| Pointer to the associated Nyx node.
|
|
__NULLABLE__ struct nyx_object_s * | parent |
| Pointer to the parent object.
|
|
__NULLABLE__ void(* | in_callback )(struct nyx_object_s *object, bool modified) |
| Callback triggered when a client modifies this object.
|
|
__NULLABLE__ void(* | out_callback )(struct nyx_object_s *object, bool modified) |
| Callback triggered when the server modifies this object.
|
|
The documentation for this struct was generated from the following file: