* @desc Send multiple native V4 HTTP requests to the specified HTTP server
* @param p_srcAddress The host HTTP address
* @param p_httpServerAddress The HTTP server address
* @param p_noOfDataRequests The number of HTTP request to be sent
* @param p_withHugePayload Set to true if huge packet is required
* @return true on success, false otherwise
*/
signatures_httpv4SendData(inIpv4Addressp_srcAddress,inIpv4Addressp_httpServerAddress,inUIntp_noOfDataRequests,inbooleanp_withHugePayload)returnboolean;// TODO To be continued
/**
* @desc Send multiple native V6 HTTP requests to the specified HTTP server
* @param p_srcAddress The host HTTP address
* @param p_httpServerAddress The HTTP server address
* @param p_noOfDataRequests The number of HTTP request to be sent
* @param p_withHugePayload Set to true if huge packet is required
* @return true on success, false otherwise
*/
signatures_httpv6SendData(inIpv6Addressp_srcAddress,inIpv6Addressp_httpServerAddress,inUIntp_noOfDataRequests,inbooleanp_withHugePayload)returnboolean;// TODO To be continued