c# 向驅動打印機發送命令打開錢箱


引用的dll

鏈接: https://pan.baidu.com/s/1MjwmfvBCPTBq1QNapKzDmg 提取碼: 9wuf 

 

[DllImport("Drawcash.dll")]
private static extern bool OpenDriverCash2(int code1, int code2, int code3, int code4, int code5, string printerName);

 

調用:

OpenDriverCash2(27,112,0,128,128, "打印機名稱");


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM