1

我想使用http://praxis.edoceo.com/howto/cups-airprint的指令发布我的本地打印机,但使用 mDNSResponder 而不是 Avahi。这不是关于哪个更好,因为 Avahi 可以做到这一点并记录在案,而是关于如何使用 mDNSResponder 实现相同的目标

myserver.local.
_ipp._tcp _universal._sub._ipp._tcp
631
txtvers=1
qtotal=1
ty=Canon iP4300
note=I am an AirPrint Printer
product=(Canon iP4300)
rp=printers/CannoniP4300
product=(GPL Ghostscript)
pdl=application/pdf,application/postscript,application/vnd.cups-raster,applicati
printer-state=3
URF=none

问题是我不知道如何指定 AirPrint 工作所需的子类型 (_universal._sub._ipp._tcp)。

4

1 回答 1

2

在 C# 中,通过使用下面的符号将指定子类型放入Register方法的“ regtype ”参数中来完成。我希望它在库的 linux 版本中是相同的。

"_ipp._tcp,_universal"

HTH 本

于 2012-04-02T00:00:09.013 回答