Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本上我想做的是通过 C# 中的 SNMP 从网络打印机中检索 hp 的打印机型号。搜索 SO 没有产生任何有用的东西。
我从哪说起呢?
您需要编写一个 SNMP 管理器或使用现有的库(那里有很多;这是我使用的,这是另一个。)从那里您将轮询适当的 OID 以获取您的打印机型号(您'会想要查看该值的打印机 MIB)。
下载一个 snmp 库并将 OID 设置为 1.3.6.1.4.1.11.2.3.9.1.1.7.0 。您将获得打印机名称和型号