c# get page count for all printers with snmp

喜欢而已 提交于 2019-12-11 10:57:14

问题


I have a c# program that need to take the black, color, scan page counts (the total).

I'm using at the moment SNMP with OID to get it but it is very difficult becuase each printer has its own OID. The problem is that each printer has its own MIB numbers to get the black,color,scan page counts.

I'm looking for a generic solution that will work on most (if not all). Any thoughts and examples on how do I do that?

来源:https://stackoverflow.com/questions/14559727/c-sharp-get-page-count-for-all-printers-with-snmp

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!