nabto_client_mdns_result_get_txt_items()
DESCRIPTION
Get the txt record key value pairs as a json encoded string. The string is owned by the NabtoClientMdnsResult object.
The data is encoded as { “key1”: “value1”, “key2”: “value2” }
DECLARATION
NABTO_CLIENT_DECL_PREFIX const char* NABTO_CLIENT_API
nabto_client_mdns_result_get_txt_items(NabtoClientMdnsResult* result)
PARAMETERS
result:
- [in] The result
RETURNS
The txt records of the result