6100 ADCCP Programming Manual
ADCCP Programming Example Using C
069225 Tandem Computers Incorporated C–7
printf("Status code %d.\n",code);
printf("There is no room for the request frame on the LIU.\n");
break;
case 5:
printf("Status code %d.\n",code);
printf("Addressing error (invalid task ID) occurred in the controller.");
break;
case 6:
printf("Status code %d.\n",code);
printf("A resource shortage occurred in the controller.");
break;
case 8:
printf("Status code %d.\n",code);
printf("Too many of these requests are already queued.\n");
break;
case 9:
printf("Status code %d.\n",code);
printf("The request is invalid for the current station state.\n");
break;
case 10:
printf("Status code %d.\n",code);
printf("Invalid Function or Modifier value of the request.\n");
break;
case 11:
printf("Status code %d.\n",code);
printf("The request ID is not in the range 1 through 32767.\n");
break;
case 12:
printf("Status code %d.\n",code);
printf("Value in the Text Out field does not match the actual");
printf("length of the Text field.\n");
break;
case 13:
printf("Status code %d.\n",code);
printf("Value in the Text In field is not sufficient for operation.\n");
break;
case 14:
printf("Status code %d.\n",code);
printf("The station ID is undefined or invalid.\n");
break;
case 15:
printf("Status code %d.\n",code);
printf("A value in the Text field is invalid.\n");
break;
case 18:
printf("Status code %d.\n",code);
printf("Insufficient resources to perform function.\n");
break;
case 24:
printf("Status code %d.\n",code);
printf("An application issued a STOP OPERATION request.\n");
printf("All stations are now DEAD. All pending requests are aborted.\n");
break;
case 25:
printf("Status code %d.\n",code);
printf("An application issued a MODE SET request to this station\n");
printf("or received a mode setting command from the remote station.\n");
printf("Pending data transfers for the station are aborted.\n");
break;
case 26:
printf("Status code %d.\n",code);
printf("Remote primary station sent a mode-setting frame ");
printf("to this station.\n");
printf("Pending data transfers for the station are aborted.\n");
break;
case 27:
printf("Status code %d.\n",code);
printf("A request failed after the allowed number of retries.\n");
break;