WARNING! Gitlab maintenance operation scheduled for Monday, 20 April between 12:00 and 14:00 (CET). During this time window, short service interruptions (less than 5 minutes) may occur. Thank you in advance for your understanding.
* @param p_withHugePayload Set to true if huge packet is required
* @return true on success, false otherwise
*/
signatures_httpSendDataV4(inIpv4Addressp_srcAddress,inIpv4Addressp_httpServerAddress,inUIntp_noOfDataRequests,inbooleanp_withHugePayload)returnboolean;// TODO To be continued
* @desc Send multiple HTTPv6 requests to the specified HTTP server
@@ -141,7 +141,7 @@
* @param p_withHugePayload Set to true if huge packet is required
* @return true on success, false otherwise
*/
signatures_httpSendDataV6(inIpv6Addressp_srcAddress,inIpv6Addressp_httpServerAddress,inUIntp_noOfDataRequests,inbooleanp_withHugePayload)returnboolean;// TODO To be continued