Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/PrintTkt
- Timestamp:
- 11/28/18 10:38:45 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/PrintTkt
v4 v5 3 3 4 4 {{{ 5 int PrintTkt(int nFmt, CTktFlds& tktflds, int verbose = 0 );5 int PrintTkt(int nFmt, CTktFlds& tktflds, int verbose = 0, CComm* pComm = NULL, CCommConnection* pConnection = NULL); 6 6 7 int PrintTkt(int nFmt, struct tktfld_struct* pFlds, int verbose = 0 );7 int PrintTkt(int nFmt, struct tktfld_struct* pFlds, int verbose = 0, CComm* pComm = NULL, CCommConnection* pConnection = NULL); 8 8 }}} 9 9 … … 13 13 * tktflds - Reference to CTktFlds class to fill in ticket variables 14 14 * pFlds - Pointer to tktfld_struct structure to fill in ticket variables 15 * verbose - Set to 1 to output detailed messages about print 16 * pComm - Optionally specify a CComm instance for communications 17 * pCommection - If pComm is used a specific connection may be specified. 15 18 16 19 == Return Value ==