Changes between Version 4 and Version 5 of Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/PrintTkt


Ignore:
Timestamp:
11/28/18 10:38:45 (5 years ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/Prog/Manual/ApplicationLibraries/lib825ev/Ticket/PrintTkt

    v4 v5  
    33
    44{{{
    5 int PrintTkt(int nFmt, CTktFlds& tktflds, int verbose = 0);
     5int PrintTkt(int nFmt, CTktFlds& tktflds, int verbose = 0, CComm* pComm = NULL, CCommConnection* pConnection = NULL);
    66
    7 int PrintTkt(int nFmt, struct tktfld_struct* pFlds, int verbose = 0);
     7int PrintTkt(int nFmt, struct tktfld_struct* pFlds, int verbose = 0, CComm* pComm = NULL, CCommConnection* pConnection = NULL);
    88}}}
    99
     
    1313 * tktflds - Reference to CTktFlds class to fill in ticket variables
    1414 * 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.
    1518
    1619== Return Value ==