B
–
7
NET_CON Source Code
sprintf(tmpStr, "Read buffer needs to be adjusted, must be minimum of %d bytes",
TCP_MINIMUM_PACKET_SIZE);
MessageBox(0, tmpStr, "ERROR", MB_OK);
return -1;
}
if ((result = recv(hSocket, (char *) idxPtr, (bytes_more>2048)?2048:bytes_more, 0)) < 0)
{
TCP_ClearDevice();
MessageBox(0, "Unable to receive data from the server.", "ERROR", MB_OK);
return -1;
}
accum += result;
if (accum >= header.iLength)
break;
if ((accum + buf_count) >= len)
break;
}
buf= accum;
space_left -= accum;
if (header.bEOI_Flag & EOI_FLAG)
break;
if (space_left <= 0)
break;
}
*recv_count = buf_count;
return 0;
}
int TCP_SetTimeout(int seconds)
{
sTimeout = seconds;
return 0;
}
int main(int argc, char *argv[])
{
Содержание LSA1000
Страница 2: ...Operator s Manual LeCroy LSA1000 Signalyst Revision B October 1998 ...
Страница 6: ...iii Contents ...
Страница 9: ...v Foreword ...
Страница 14: ...1 1 Read This First 1 ...
Страница 28: ......
Страница 29: ...2 1 2 About the LSA1000 ...
Страница 34: ...3 1 3 Installation and Safety ...
Страница 42: ...4 8 Connecting to PC or Network Example of responses for IDN and CONET queries ...
Страница 43: ...4 1 4 Connecting to PC or Network ...
Страница 55: ...5 12 LSA1000 Software Tools Remote LSA display of LSA1000 s External Reference Out Waveform ...
Страница 63: ...5 20 LSA1000 Software Tools ...
Страница 66: ...5 1 5 LSA1000 Software Tools ...
Страница 72: ......
Страница 73: ...A 1 A Appendix A Specifications ...
Страница 83: ......
Страница 84: ...B 1 Appendix B NET_CON Source Code B ...
Страница 96: ......
Страница 97: ...C 1 C Appendix C Parameter Measurement ...
Страница 104: ...D 1 D Appendix D Program Examples ...
Страница 107: ...E 1 E Appendix E Suggestion Forms ...
Страница 108: ...Index ...
Страница 109: ......
Страница 114: ...Index ...