PTRobot API
Page 27 of 41
© 2005, Primera Technology, Inc. Primera is a registered trademark and Bravo is a trademark of Primera Technology, Inc. All other trademarks are the property of
their respective companies.
3.7 PTRoboStatus2 Structure
#define UNKNOWN_NUM_DISCS 255
typedef
struct
{
DWORD
dwCartridgeTypes;
//
see "Cartridge Types" section 4.16
DWORD
dwNumDiscsInBins[5];
// 0th element is left-most bin (values are
// 255 if unknown)
DWORD
dwTotalPrints;
// Total # of prints
DWORD
dwTotalPicks;
// Total # of picks from input bin
DWORD dwVerticalOffset;
// Vertical print offset (300dpi units)
DWORD
dwHorizontalOffset;
// Horizontal print offset (300dpi units)
DWORD
dwPrinterTrayStatus;
// See "Printer Tray Status" section 4.14
DWORD dwDiscPickSwitchStatus;
// See "Disc Pick Switch Status" section 4.15
DWORD
dwCoverBeenOpenedFlag;
// set to 1 if cover has been opened
DWORD
dwReserved[30];
// reserved for future data
}PTRobotStatus2, *pPTRobotStatus2;