Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save forenheith/b0d896cc5a5b609d6df5b42f0ad2c52c to your computer and use it in GitHub Desktop.

Select an option

Save forenheith/b0d896cc5a5b609d6df5b42f0ad2c52c to your computer and use it in GitHub Desktop.
Consts
ex_noerror = 0;
ex_noconnect = -1;
ex_openport1 = -2;
ex_openport2 = -3;
ex_writetoport1 = -4;
ex_writetoport2 = -5;
ex_getasyncstatus = -6;
ex_show = -7;
ex_showpromitog = -8;
ex_showsum = -9;
ex_closeport = -10;
ex_getkkmdatetime = -11;
ex_runcommand = -12;
ex_unknownstring = -13;
ex_timeout = -14;
ex_opendoc = -15;
ex_closedoc = -16;
ex_cashin = -17;
ex_cashout = -18;
ex_getdatetime = -19;
ex_setdatetime = -20;
ex_displaydocbynum = -21;
ex_repeatlastdoc = -22;
ex_geterrorcode = -100;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment