Nyx Node
Loading...
Searching...
No Matches
Other Nyx messages
Collaboration diagram for Other Nyx messages:

Functions

nyx_dict_tnyx_message_new (STR_t device, __NYX_NULLABLE__ STR_t message)
 Allocates a new INDI / Nyx human-oriented message object.
 
nyx_dict_tnyx_del_property_new (STR_t device, __NYX_NULLABLE__ STR_t name, __NYX_NULLABLE__ STR_t message)
 Allocates a new INDI / Nyx delete-property message object.
 

Detailed Description

Other Nyx messages

Function Documentation

◆ nyx_message_new()

nyx_dict_t * nyx_message_new ( STR_t  device,
__NYX_NULLABLE__ STR_t  message 
)

Allocates a new INDI / Nyx human-oriented message object.

Parameters
deviceDevice name.
messageHuman-oriented message.
Returns
The new human-oriented message object.
Note
Prefer using nyx_node_send_message.

◆ nyx_del_property_new()

nyx_dict_t * nyx_del_property_new ( STR_t  device,
__NYX_NULLABLE__ STR_t  name,
__NYX_NULLABLE__ STR_t  message 
)

Allocates a new INDI / Nyx delete-property message object.

Parameters
deviceDevice name.
nameOptional vector name (NULL ≡ whole device).
messageOptional human-oriented message.
Returns
The new delete-property message object.
Note
Prefer using nyx_node_send_del_property.