4-10 Programmer’s Manual
Example
#include <stdio.h>
#include <conio.h>
#include "mmsultra.h"
void main(void)
{
int iInput = 0;
//
Prompted
input
int iNum = 0;
// # of labels to print
kbdSetNormal();
//
Set
Normal
mode
kbdSetFunct();
// Set Function Key mode
printf("Press 5 to print\nlabels\n");
// Get input (F5)
iInput = _getch();
if (iInput == 0x00)
{
kbdClrFunct();
iInput = _getch();
if (iInput == 0x3F)
{
// Get # of labels
printf("How many labels do\nyou need
?
");
iNum = _getch();
printf("\nPrinting %c labels...", iNum);
/* Branch to printing routine */
}
}
}
Summary of Contents for Gold 6037EX
Page 1: ... ROG TC6037EXPM Rev AA 8 03 Printed in the U S A 2003 Paxar Americas Inc All rights reserved ...
Page 2: ... Trademarks 0 1 2 0 0 3 4 5 6 7 78 ...
Page 10: ...viii Table of Contents ...
Page 30: ...2 16 Programmer s Manual ...
Page 36: ...3 6 Programmer s Manual ...
Page 154: ...4 118 Programmer s Manual ...
Page 228: ...14 Index ...
Page 229: ......
Page 230: ......