Home
last modified time | relevance | path

Searched refs:instance (Results 1 – 7 of 7) sorted by relevance

/NetX-Duo-v6.3.0/samples/
Ddemo_netx_duo_mdns.c191 static void register_local_service(UCHAR *instance, UCHAR *type, UCHAR *subtype, UCHAR *txt, UINT t… in register_local_service() argument
196 …status = nx_mdns_service_add(&mdns, instance, type, subtype, txt, ttl, (USHORT)priority, (USHORT)w… in register_local_service()
199 printf("Local Service Added: %s %s ", instance, type); in register_local_service()
208 static void delete_local_service(UCHAR *instance, UCHAR *type, UCHAR *subtype) in delete_local_service() argument
212 if(instance) in delete_local_service()
213 printf("instance: %s ", instance); in delete_local_service()
219 status = nx_mdns_service_delete(&mdns, instance, type, subtype); in delete_local_service()
242 static void perform_oneshot_query(UCHAR *instance, UCHAR *type, UCHAR *subtype, UINT timeout) in perform_oneshot_query() argument
247 if(instance) in perform_oneshot_query()
248 printf("instance: %s ", instance); in perform_oneshot_query()
[all …]
/NetX-Duo-v6.3.0/addons/azure_iot/docs/
Dazure_rtos_iot.md16 …anage activities related to Azure IoT services. Only one `NX_AZURE_IOT` instance is needed to mana…
32 … [in] | A pointer to a NULL-terminated string indicating the name of the Azure IoT instance. |
43 * NX_AZURE_IOT_SUCCESS Successfully created the Azure IoT instance.
44 * NX_AZURE_IOT_INVALID_PARAMETER Fail to create the Azure IoT instance due to invalid parameter.
45 * NX_OPTION_ERROR Fail to create the Azure IoT instance due to invalid priority.
46 * NX_PTR_ERROR Fail to create the Azure IoT instance due to invalid parameter.
47 * NX_SIZE_ERROR Fail to create the Azure IoT instance due to insufficient size of stack memory.
69 <p>This routine stops all Azure services managed by this instance, and cleans up internal resources…
80 * NX_AZURE_IOT_INVALID_PARAMETER Fail to delete the Azure IoT instance due to invalid parameter.
81 * NX_AZURE_IOT_DELETE_ERROR Fail to delete the Azure IoT instance due to resource is still in use.
Dazure_rtos_iot_json.md22 | reader_ptr [out] | A pointer to an #NX_AZURE_IOT_JSON_READER instance to initialize. |
56 | reader_ptr [out] | A pointer to an #NX_AZURE_IOT_JSON_READER instance to initialize. |
89 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance to de-initialize |
121 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re…
153 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re…
186 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re…
220 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re…
254 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re…
288 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re…
322 | reader_ptr [in] | A pointer to an #NX_AZURE_IOT_JSON_READER instance containing the JSON to re…
[all …]
Dazure_rtos_iot_provisioning_client.md5 <div style="text-align: right"> Initialize Azure IoT Provisioning instance</div>
Dazure_rtos_iot_hub_client.md71 <div style="text-align: right"> Initialize Azure IoT hub instance</div>
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/docs/
Dnx_azure_iot_security_module.md15 … and sends them to Azure IoT Hub. Only one NX_AZURE_IOT_SECURITY_MODULE instance exists at most an…
26 * NX_AZURE_IOT_INVALID_PARAMETER Security module requires valid #NX_AZURE_IOT instance.
54 | nx_azure_iot_ptr [in] | A pointer to a `NX_AZURE_IOT`, if NULL the singleton instance will be…
59 * NX_AZURE_IOT_INVALID_PARAMETER Azure IoT Hub instance differ than the singleton composite instanc…
/NetX-Duo-v6.3.0/addons/azure_iot/samples/
DREADME.md6instance in Azure ([Doc](https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-create-through-por…