6100 ADCCP Programming Manual
ADCCP Programming Example Using C
C–8 069225 Tandem Computers Incorporated
 case 28:
 printf("Status code %d.\n",code);
 printf("A request failed after the allowed number of retries.\n");
 printf("The station is DEAD and in ERRORSTOP condition.\n");
 break;
 case 29:
 printf("Status code %d.\n",code);
 printf("A new request replaced the one in progress.\n");
 break;
 case 30:
 printf("Status code %d.\n",code);
 printf("RNR condition lasted too long.\n");
 break;
 case 31:
 printf("Status code %d.\n",code);
 printf("SENDTEXT received as a response and No_RNR_Retry option\n");
 printf("selected or No_SRNR_Retry is selected and the local station ");
 printf("sent RNR.\n");
 break;
 case 32:
 printf("Status code %d.\n",code);
 printf("The modem reset the DSR signal, disconnecting the line.\n");
 break;
 case 33:
 printf("Status code %d.\n",code);
 printf("The modem reset the transmit clock, disconnecting the line.\n");
 break;
 case 34:
 printf("Status code %d.\n",code);
 printf("The modem reset the DCD signal unexpectedly.\n");
 break;
 case 35:
 printf("Status code %d.\n",code);
 printf("The modem reset the CTS signal unexpectedly.\n");
 break;
 case 36:
 printf("Status code %d.\n",code);
 printf("The modem did not assert DSR within the expected time\n");
 printf("interval,or did not drop DSR within the expected time");
 printf("interval.\n");
 break;
 case 39:
 printf("Status code %d.\n",code);
 printf("DSR came up (V.25 only - V.25 terminated).\n");
 break;
 case 40:
 printf("Status code %d.\n",code);
 printf("The remote station did not respond to an information frame.\n");
 break;
 case 41:
 printf("Status code %d.\n",code);
 printf("An input frame exceeded the maximum length defined");
 printf("for the line.\n");
 break;
 case 42:
 printf("Status code %d.\n",code);
 printf("An input frame had an invalid C-field.\n");
 break;
 case 43:
 printf("Status code %d.\n",code);
 printf("An I-field was present in an input frame that");
 printf("should not have contained one.\n");
 break;
 case 44:
 printf("Status code %d.\n",code);
 printf("The Nr value in an incoming frame acknowledged a ");
 printf("frame that had not yet been sent.\n");
 break;
 case 45:










