Script for Winsock protocol in LR (reprinted 51 testing)

Source: Internet
Author: User
Winsock Protocol Code
Actions ()
{
Char actest [100];
Char actest2 [100];
Char * pctest3;

// Generate the sending string
Sprintf (actest, "kkkhhhh \ r \ n ";
// Specify the sending string
Lrs_set_send_buffer ("socket0", actest, strlen (actest ));
// Send. The "buf0" parameter here is invalid because lrs_set_send_buffer is run before.
Lrs_send ("socket0", "buf0", lrslastarg );

// Receives the returned string
Lrs_receive ("socket0", "buf1", lrslastarg );
// Put the returned string in the Variable
Pctest3 = lrs_get_received_buffer ("socket0", 0,-1, null );
// Perform operations on the data in the returned string
If (pctest3 [0] = 'k ')
{
Lrs_set_send_buffer ("socket0", pctest3, strlen (pctest3 ));
Lrs_send ("socket0", "buf0", lrslastarg );
Lrs_receive ("socket0", "buf1", lrslastarg );
}

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.