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


Ignore:
Timestamp:
03/12/25 07:49:53 (4 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

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

    v5 v6  
    22Print the specified ticket
    33
    4 {{{
     4{{{#!c++
    55int PrintTkt(int nFmt, CTktFlds& tktflds, int verbose = 0, CComm* pComm = NULL, CCommConnection* pConnection = NULL);
    66
     
    2727
    2828Newer style using CTktFlds helper class:
    29 {{{
     29{{{#!c++
    3030CTktFlds flds;
    3131flds.Set(TKT_FLD_TIME, strTime);
     
    3535
    3636Older style:
    37 {{{
     37{{{#!c++
    3838struct tktfld_struct flds;
    3939memset(&flds, '\0', sizeof(flds));