Searched refs:payload (Results 1 – 10 of 10) sorted by relevance
| /NetX-Duo-v6.2.1/addons/azure_iot/docs/ |
| D | azure_rtos_iot_hub_client_properties.md | 5 <div style="text-align: right">Append the necessary characters to a reported property JSON payload … 16 … necessary characters to a reported properties JSON payload belonging to a subcomponent. The paylo… 43 * NX_AZURE_IOT_SUCCESS Successful if JSON payload was prefixed successfully. 58 …: right">Append the necessary characters to end a reported property JSON payload belonging to a su… 67 <p>This routine appends the necessary characters to end a reported properties JSON payload</p> 85 * NX_AZURE_IOT_SUCCESS The JSON payload was suffixed successfully. 100 <div style="text-align: right"> Begin a property response payload with confirmation status.</div> 120 The payload will be of the form: 136 nx_azure_iot_hub_client_reported_property_status_begin() API to prefix the payload with the 138 payload being generated.<p> [all …]
|
| D | azure_rtos_iot_provisioning_client.md | 319 <div style="text-align: right"> Set registration payload </div> 329 <p>This routine sets registration payload, which is JSON object. </p> 335 | payload_ptr [in] | A pointer to registration payload. | 336 | payload_length [in] | Length of `payload`. Does not include the `NULL` terminator. | 339 * NX_AZURE_IOT_SUCCESS Successfully set registration payload to Azure IoT Provisioning Client. 340 * NX_AZURE_IOT_INVALID_PARAMETER Fail to set registration payload Azure IoT Provisioning Client due…
|
| D | azure_rtos_iot_hub_client.md | 1065 | packet_pptr [out] | Return `NX_PACKET` containing the method payload on success. Caller owns t… 1096 … const UCHAR *payload, UINT payload_length, UINT wait_option); 1110 | payload [in] | Pointer to `UCHAR` containing the payload for the direct method response. Paylo… 1111 | payload_length [in] | Length of the payload | 1233 | packet_pptr [out] | Return `NX_PACKET` containing the command payload on success. Caller owns … 1279 | payload [in] | Pointer to `UCHAR` containing the payload for the IoT Hub command response. Pay… 1280 | payload_length [in] | Length of the payload |
|
| D | azure_rtos_iot_json.md | 16 <p>Initializes an #NX_AZURE_IOT_JSON_READER to read the JSON payload contained within the provided 50 <p>Initializes an #NX_AZURE_IOT_JSON_READER to read the JSON payload contained within #NX_PACKET</p>
|
| /NetX-Duo-v6.2.1/common/src/ |
| D | nx_icmpv6_send_error_message.c | 111 UINT payload; in _nx_icmpv6_send_error_message() local 201 payload = pkt_ptr -> nx_packet_pool_owner -> nx_packet_pool_payload_size; in _nx_icmpv6_send_error_message() 203 …s_to_copy + sizeof(NX_IPV6_HEADER) + sizeof(NX_ICMPV6_ERROR) + NX_PHYSICAL_HEADER) - payload)) > 0) in _nx_icmpv6_send_error_message() 206 …bytes_to_copy = (UINT)(payload - (sizeof(NX_IPV6_HEADER) + sizeof(NX_ICMPV6_ERROR) + NX_PHYSICAL_H… in _nx_icmpv6_send_error_message()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/ |
| D | nx_azure_iot_hub_client.h | 658 … USHORT context_length, const UCHAR *payload, 737 USHORT context_length, const UCHAR *payload,
|
| D | nx_azure_iot_hub_client.c | 3315 USHORT context_length, const UCHAR *payload, in nx_azure_iot_hub_client_command_message_response() argument 3359 if (payload && (payload_length != 0)) in nx_azure_iot_hub_client_command_message_response() 3363 status = nx_packet_data_append(packet_ptr, (VOID *)payload, payload_length, in nx_azure_iot_hub_client_command_message_response() 3451 … USHORT context_length, const UCHAR *payload, in nx_azure_iot_hub_client_direct_method_message_response() argument 3466 payload, payload_length, in nx_azure_iot_hub_client_direct_method_message_response()
|
| D | nx_azure_iot_adu_agent.c | 36 UCHAR **payload, UINT *payload_length, 1743 UCHAR **payload, UINT *payload_length, in nx_azure_iot_adu_agent_jws_split() argument 1787 *payload = dot1_pointer + 1; in nx_azure_iot_adu_agent_jws_split() 1788 *payload_length = (UINT)(dot2_pointer - *payload); in nx_azure_iot_adu_agent_jws_split()
|
| /NetX-Duo-v6.2.1/addons/azure_iot/samples/ |
| D | README.md | 139 …payload value `"since"` with an [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) value for start …
|
| /NetX-Duo-v6.2.1/docs/ |
| D | revision_history.txt | 828 … nx_tcp_socket_state_ack_check.c Fixed the calculation of TCP payload when packet 1255 Files are modified to support packet alignment for both header and payload: 2729 …nx_ip_max_payload_size.c New API:computes max packet payload that will not requir… 4123 … Validated the available payload in _nx_dhcpv6_send_request(). 4132 …nxd_dns.c Improved packet payload verification in _nx_dns_pa… 4571 …Added a sanity check for minimum packet payload size of the FTP server in _nx_ftp_server_create_in… 4577 …eated a configuration option for defining minimum FTP server packet pool payload, NX_FTP_SERVER_MI… 4578 … and created an error status NX_FTP_INSUFFICIENT_PACKET_PAYLOAD if the payload is too small. 4633 …demo_netxduo_pop3_client.c Increased packet payload to 1460 from 500, and cle… 5108 …Verified the incoming data does not exceed our DHCPv6 Client packet payload in _nx_dhcpv6_packet_p… [all …]
|