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 means the whole device).
messageOptional human-oriented message.
Returns
The new delete-property message object.
Note
Prefer using nyx_node_send_del_property.