/NetX-Duo-v6.3.0/addons/azure_iot/docs/ |
D | azure_rtos_iot_hub_client.md | 508 … Hub receive callback function. This callback function is invoked when a message is received from … 516 | callback_ptr [in] | Pointer to a callback function invoked on specified message type is receiv… 537 <div style="text-align: right"> Creates telemetry message</div> 560 * NX_AZURE_IOT_INVALID_PARAMETER Fail to allocate telemetry message due to invalid parameter. 561 * NX_AZURE_IOT_SDK_CORE_ERROR Fail to allocate telemetry message due to SDK core error. 562 * NX_NO_PACKET Fail to allocate telemetry message due to no available packet in pool. 576 <div style="text-align: right"> Deletes telemetry message</div> 584 <p>This routine deletes the telemetry message.</p> 608 <div style="text-align: right"> Sets component to telemetry message</div> 619 …message before it is being sent. The component is stored in the sequence which the routine is call… [all …]
|
D | azure_rtos_iot_hub_client_properties.md | 255 | message_type [in] | Type of message repsonse, only valid value are NX_AZURE_IOT_HUB_PROPERTIES… 332 | message_type [in] | Type of message repsonse, only valid value are NX_AZURE_IOT_HUB_PROPERTIES…
|
/NetX-Duo-v6.3.0/ |
D | CMakeLists.txt | 13 message(FATAL_ERROR "Error: THREADX_ARCH not defined") 16 message(FATAL_ERROR "Error: THREADX_TOOLCHAIN not defined") 27 message(STATUS "NXD_ENABLE_FILE_SERVERS - defined") 32 message(STATUS "NXD_ENABLE_AZURE_IOT - defined") 64 message(STATUS "Using default nx_user.h file") 67 message(STATUS "Using custom nx_user.h file from ${NX_USER_FILE}")
|
D | SECURITY.md | 13 …@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key;… 15 …u do not, please follow up via email to ensure we received your original message. Additional infor…
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/cmake-modules/ |
D | asc_security_coreBuild.cmake | 2 message(STATUS "Building target ${TARGET_NAME} as 32 bit") 17 message(STATUS "setTargetCompileOptions for target ${target}") 58 … message(STATUS "Using '-Wpedantic' flag for compilation as warning only for target ${target}")
|
D | asc_security_core_dependencies.cmake | 6 message("lib path: ${LIB_PATH}")
|
D | asc_security_core_build_rules.cmake | 43 message(STATUS "target architecture: ${ARCHITECTURE}") 78 message(FATAL_ERROR "No sources provided for target ${_TARGET_NAME}")
|
D | CMockaConfig.cmake | 23 message(FATAL_ERROR "No sources provided for target ${_TARGET_NAME}")
|
D | asc_security_coreCodeCoverage.cmake | 124 message(FATAL_ERROR "gcov not found! Aborting...") 158 message(WARNING "Code coverage results with an optimised (non-Debug) build may be misleading") 189 message(FATAL_ERROR "lcov not found! Aborting...") 193 message(FATAL_ERROR "genhtml not found! Aborting...") 289 message(FATAL_ERROR "gcovr not found! Aborting...") 361 message(FATAL_ERROR "gcovr not found! Aborting...") 420 message(STATUS "Appending code coverage compiler flags: ${COVERAGE_COMPILER_FLAGS}")
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/configs/ |
D | functions.cmake | 34 message("Merging platform asc_config.h.in") 61 …message(FATAL_ERROR "Stored dist '${_stored_dist}' is not equal to current dist '${__dist}' - perf… 66 message("Seting distribution " ${__config_dir}${__dist}) 96 message(FATAL_ERROR "log_level must be one of ${LOG_LEVELS}")
|
/NetX-Duo-v6.3.0/samples/ |
D | demo_netxduo_dhcp.c | 57 UCHAR message[50] = "My Ping Request!" ; variable 281 length = sizeof(message); in client_thread_entry() 287 …status = nx_icmp_ping(&client_ip, NX_DHCP_SERVER_IP_ADDRESS_0, (CHAR *)message, length, &my_packet… in client_thread_entry()
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/ |
D | CMakeLists.txt | 17 message("Target Distribution Undefined, setting default 'RTOS_BASE'") 39 message("asc_config_h_only is ${asc_config_h_only} - configuration finished")
|
/NetX-Duo-v6.3.0/addons/azure_iot/ |
D | nx_azure_iot.c | 154 static VOID nx_azure_iot_log_listener(az_log_classification classification, az_span message) in nx_azure_iot_log_listener() argument 160 … _nx_azure_iot_log_callback(classification, az_span_ptr(message), (UINT)az_span_size(message)); in nx_azure_iot_log_listener() 713 … const UCHAR *message, UINT message_size, UCHAR *output) in nx_azure_iot_hmac_sha256_calculate() argument 756 (VOID *)message, in nx_azure_iot_hmac_sha256_calculate()
|
D | nx_azure_iot_hub_client.c | 53 …nx_azure_iot_hub_client_received_message_cleanup(NX_AZURE_IOT_HUB_CLIENT_RECEIVE_MESSAGE *message); 794 … nx_azure_iot_hub_client_received_message_cleanup(NX_AZURE_IOT_HUB_CLIENT_RECEIVE_MESSAGE *message) in nx_azure_iot_hub_client_received_message_cleanup() argument 799 for (current_ptr = message -> message_head; current_ptr; current_ptr = next_ptr) in nx_azure_iot_hub_client_received_message_cleanup() 811 message -> message_head = NX_NULL; in nx_azure_iot_hub_client_received_message_cleanup() 812 message -> message_tail = NX_NULL; in nx_azure_iot_hub_client_received_message_cleanup()
|
/NetX-Duo-v6.3.0/crypto_libraries/inc/ |
D | nx_crypto_pkcs1_v1.5.h | 92 UINT _nx_crypto_pkcs1_v1_5_verify(UCHAR *message, UINT message_length,
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/ |
D | CMakeLists.txt | 30 message(FATAL_ERROR "Target Distribution Undefined") 48 message("asc_config_h_only is ${asc_config_h_only} - configuration finished")
|
/NetX-Duo-v6.3.0/addons/azure_iot/azure_iot_security_module/iot-security-module-core/inc/asc_security_core/model/schema/ |
D | log_reader.h | 95 __flatbuffers_define_string_field(0, AzureIoTSecurity_Record, message, 1)
|
/NetX-Duo-v6.3.0/addons/mqtt/ |
D | nxd_mqtt_client.h | 466 …MQTT_CLIENT *client_ptr, CHAR *topic_name, UINT topic_name_length, CHAR *message, UINT message_len… 502 … CHAR *message, UINT message_length, UINT retain, UINT QoS, ULONG timeout); 515 …append_message(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, CHAR *message, UINT length, ULO… 534 … CHAR *message, UINT message_length, UINT retain, UINT QoS, ULONG timeout);
|
D | nxd_mqtt_client.c | 2703 …append_message(NXD_MQTT_CLIENT *client_ptr, NX_PACKET *packet_ptr, CHAR *message, UINT length, ULO… in _nxd_mqtt_client_append_message() argument 2722 ret = nx_packet_data_append(packet_ptr, message, length, in _nxd_mqtt_client_append_message() 4843 … CHAR *message, UINT message_length, UINT retain, UINT QoS, ULONG wait_option) in _nxd_mqtt_client_publish() argument 4893 if ((message != NX_NULL) && (message_length != 0)) in _nxd_mqtt_client_publish() 4964 if ((message != NX_NULL) && (message_length) != 0) in _nxd_mqtt_client_publish() 4970 ret = nx_packet_data_append(packet_ptr, message, message_length, in _nxd_mqtt_client_publish() 5824 … CHAR *message, UINT message_length, UINT retain, UINT QoS, ULONG wait_option) in _nxde_mqtt_client_publish() argument 5839 if (message && (message_length == 0)) in _nxde_mqtt_client_publish() 5850 …return(_nxd_mqtt_client_publish(client_ptr, topic_name, topic_name_length, message, message_length… in _nxde_mqtt_client_publish()
|
/NetX-Duo-v6.3.0/crypto_libraries/src/ |
D | nx_crypto_pkcs1_v1.5.c | 229 NX_CRYPTO_KEEP UINT _nx_crypto_pkcs1_v1_5_verify(UCHAR *message, UINT message_length, in _nx_crypto_pkcs1_v1_5_verify() argument 297 …status = _nx_crypto_pkcs1_v1_5_encode(message, message_length, ctx -> hash_method, ctx -> hash_met… in _nx_crypto_pkcs1_v1_5_verify()
|
/NetX-Duo-v6.3.0/addons/ftp/ |
D | nxd_ftp_server.h | 409 …ftp_server_response(NX_TCP_SOCKET *socket, NX_PACKET *packet_ptr, CHAR *reply_code, CHAR *message); 410 …se(NX_TCP_SOCKET *socket, NX_PACKET *packet_ptr, CHAR *reply_code, CHAR *message, CHAR *directory);
|
D | nxd_ftp_server.c | 1132 …_ftp_server_response(NX_TCP_SOCKET *socket, NX_PACKET *packet_ptr, CHAR *reply_code, CHAR *message) in _nx_ftp_server_response() argument 1162 while ((*message) && (buffer_ptr < (packet_ptr -> nx_packet_data_end - NX_PHYSICAL_TRAILER))) in _nx_ftp_server_response() 1166 *buffer_ptr++ = (UCHAR) *message++; in _nx_ftp_server_response() 1241 …nse(NX_TCP_SOCKET *socket, NX_PACKET *packet_ptr, CHAR *reply_code, CHAR *message, CHAR *directory) in _nx_ftp_server_directory_response() argument 1334 while ((*message) && (buffer_ptr < (packet_ptr -> nx_packet_data_end - NX_PHYSICAL_TRAILER))) in _nx_ftp_server_directory_response() 1338 *buffer_ptr++ = (UCHAR) *message++; in _nx_ftp_server_directory_response()
|
/NetX-Duo-v6.3.0/addons/dhcp/ |
D | nxd_dhcpv6_server.h | 727 …uct NX_DHCPV6_SERVER_STRUCT *dhcpv6_server_ptr, NX_DHCPV6_CLIENT *dhcpv6_client_ptr, UINT message), 767 …uct NX_DHCPV6_SERVER_STRUCT *dhcpv6_server_ptr, NX_DHCPV6_CLIENT *dhcpv6_client_ptr, UINT message), 770 …uct NX_DHCPV6_SERVER_STRUCT *dhcpv6_server_ptr, NX_DHCPV6_CLIENT *dhcpv6_client_ptr, UINT message),
|
/NetX-Duo-v6.3.0/addons/websocket/ |
D | nx_websocket_client.c | 1437 USHORT message; in _nx_websocket_client_send() local 1512 message = (USHORT)packet_ptr -> nx_packet_length; in _nx_websocket_client_send() 1513 NX_CHANGE_USHORT_ENDIAN(message); in _nx_websocket_client_send() 1514 …memcpy(data_ptr, &message, NX_WEBSOCKET_EXTENDED_PAYLOAD_16BITS_SIZE); /* Use case of memcpy is ve… in _nx_websocket_client_send()
|
/NetX-Duo-v6.3.0/addons/azure_iot/samples/ |
D | README.md | 17 Above configuration by default enables all the features like: Telemetry, Cloud to device message an… 150 - **Telemetry**: Device sends a JSON message with the field name `temperature` and the `double` val…
|