|
Nyx Node
|
Functions | |
| __NYX_NULLABLE__ nyx_object_t * | nyx_xmldoc_to_object (__NYX_NULLABLE__ const nyx_xmldoc_t *xmldoc) |
| Converts an XML Nyx / INDI command to the JSON one. | |
| __NYX_NULLABLE__ nyx_xmldoc_t * | nyx_object_to_xmldoc (__NYX_NULLABLE__ const nyx_object_t *object) |
| Converts a JSON Nyx / INDI command to the XML one. | |
JSON ↔ XML Nyx / INDI commands (not available on ARDUINO).
| __NYX_NULLABLE__ nyx_object_t * nyx_xmldoc_to_object | ( | __NYX_NULLABLE__ const nyx_xmldoc_t * | xmldoc | ) |
Converts an XML Nyx / INDI command to the JSON one.
| xmldoc | XML Nyx / INDI command. |
| __NYX_NULLABLE__ nyx_xmldoc_t * nyx_object_to_xmldoc | ( | __NYX_NULLABLE__ const nyx_object_t * | object | ) |
Converts a JSON Nyx / INDI command to the XML one.
| object | JSON Nyx / INDI command. |