PTRobot API
Page 26 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.4 PTPrinterSettings Structure
typedef
struct
{
DWORD
dwPrintQuality;
//See "Print Quality" section 4.9
DWORD
dwInnerDiam;
//units in .1mm increments (150 - 500)
DWORD
dwOuterMargin;
//units in .1mm increments (0 - 20)
}
PTPrinterSettings,
*
pPTPrinterSettings;
3.5 PTMediaInfo Structure
typedef
struct
{
TCHAR tszMediaID[
20
];
TCHAR tszMediaType[
20
];
}
PTMediaInfo,
*
pPTMediaInfo;
3.6 PTRobotInfo2 Structure
typedef
struct
{
DWORD dwNumCartridges;
//Max Number of cartridges robot can hold
DWORD
dwCartridgeType[8];
// First element is left-most cartridge and last
// element is right-most cartridge (from the user's
// viewpoint) see "Cartridge Types" section 4.16
DWORD
dwFirmware2Code;
DWORD
dwPGA;
DWORD
dwModel;
DWORD
dwUSBSerialNum;
DWORD
dwReserved[10];
// reserved for future data
}PTRobotInfo2, *pPTRobotInfo2;