Concludes a Text Goal.
int menugoal ( msg ) char *msg;
The menugoal subroutine associates a menu goal with the device being tested. The TMInput object class identifies the device currently being tested.
Parameter | Description |
---|---|
msg | Pointer to a text string that identifies a repair action intended for the customer, not a trained service representative. The msg parameter should contain a six-digit hex number (menu number) at the front of the buffer, followed by a space, and then the title line. Everything after the first carriage return is considered menu text. |
Upon successful completion, a value of 0 is returned. If the menugoal subroutine fails, then a value of -1 is returned.