Paxar Gold 6037EX Programmer's Manual page 77

Paxar printer programmer's manual
Table of Contents

Advertisement

/* If fax, save setting, do not calibrate */
if (usSupplyType == MMS_MEDIUM_ENERGY)
{
GetStockWidth(&usStockWidth);
usStatus = pclPaperSetup(usStockLength, usStockWidth,
usSupplyType);
return(usStatus);
}
usStatus = pclCalibratePaper(&usStockLength,
&usStockWidth);
if (usStatus != 0)
{
pclClearError();
return(usStatus);
}
/* GetStockLength is a programmer-written function */
GetStockLength(&usStockLength);
/* GetStockWidth is a programmer-written function */
GetStockWidth(&usStockWidth);
usStatus = pclPaperSetup(usStockLength, usStockWidth,
usSupplyType);
pclClose();
}
Function Reference 4-41

Advertisement

Table of Contents
loading

This manual is also suitable for:

Monarch pathfinder ultra gold 6037ex

Table of Contents