Nyx Node
|
Functions | |
__NULLABLE__ nyx_object_t * | nyx_xmldoc_to_object (__NULLABLE__ const nyx_xmldoc_t *xmldoc) |
Convert an XML Nyx / INDI command to the JSON one. | |
__NULLABLE__ nyx_xmldoc_t * | nyx_object_to_xmldoc (__NULLABLE__ const nyx_object_t *object) |
Convert an JSON Nyx / INDI command to the XML one. | |
JSON <-> XML Nyx / INDI commands.
__NULLABLE__ nyx_object_t * nyx_xmldoc_to_object | ( | __NULLABLE__ const nyx_xmldoc_t * | xmldoc | ) |
Convert an XML Nyx / INDI command to the JSON one.
xmldoc | The provided XML Nyx / INDI command. |
__NULLABLE__ nyx_xmldoc_t * nyx_object_to_xmldoc | ( | __NULLABLE__ const nyx_object_t * | object | ) |
Convert an JSON Nyx / INDI command to the XML one.
object | The provided JSON Nyx / INDI command. |