在 C# 中接受/处理打印作业

发布于 2025-01-04 23:42:24 字数 249 浏览 0 评论 0原文

我目前正在开发 SNMP 模拟器,专门用于打印机模拟。目前我的原型工作正常。该项目的限制之一是它必须用 C# 开发。

但我想要一个功能:接受并处理打印作业,以测试该部分的监控。我找不到任何相关文档,我找到的唯一内容是有关监控部分的内容。

目标是能够充当打印机并让用户使用 MIB 选择“在此页面上,卡纸”等参数。

你知道有什么方法可以做到这一点吗?

PS:我知道我的问题很模糊,抱歉:/但我找不到任何信息来使其更准确。

I'm currently working on an SNMP Simulator, specialized in printer simulation. For now my prototype is working fine. One of the constraints of that project is that it has to be developped in C#.

But there's a feature I'd like to have : accept and handle a print job, to test the monitoring of that part. I can't find any documentation for that, the only things I find are about the monitoring part.

The goal is to be able to act as a printer and let the user chose parameters like "on this page, paper jam" etc… using the MIB.

Do you know any way to do that ?

PS: I know my question is quite vague, sorry :/ but I can't find any information to make it more precise.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

随心而道 2025-01-11 23:42:24

SNMP 并未涵盖所有内容。关于打印的标准文档只有几个,比如

http://www.ietf.org/rfc /rfc1759.txt

可能不会关注打印机支持的所有功能。据我所知,还有针对特定打印机型号的供应商私有MIB文档。

如果您想模拟真实世界的打印机,您必须首先检查特定型号支持哪些 MIB 文档,然后尝试在模拟器中实现这些 MIB 文档。

Not everything is covered by SNMP. There are only a few standard documents about printing, such as

http://www.ietf.org/rfc/rfc1759.txt

which may not focus on every feature a printer supports. As far as I know, there are also vendors' private MIB documents for specific printer models.

If you want to simulate a real world printer, you will have to first check what are the MIB documents a specific model supports, and then try to implement those MIB documents in your simulator.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文