Public 成员函数 | |
| GetPrinterList (self, brand=BRAND_IDX.ALL.value, responseTimeoutMs=5000) | |
| 透过网络寻找打印机。 | |
| GetPrinterList_IPv6 (self, str prefix, str interface_name, int responseTimeoutMs=3000) | |
| 透过 IPv6 网络寻找打印机。 | |
Public 属性 | |
| ping_ipv6_address | |
| Discovery.Discovery.GetPrinterList | ( | self, | |
| brand = BRAND_IDX.ALL.value, | |||
| responseTimeoutMs = 5000 ) |
透过网络寻找打印机。
| [in] | brand | : 设置打印机品牌 |
| [in] | responseTimeoutMs | : 响应的暂停时间,单位: ms |
| Discovery.Discovery.GetPrinterList_IPv6 | ( | self, | |
| str | prefix, | ||
| str | interface_name, | ||
| int | responseTimeoutMs = 3000 ) |
透过 IPv6 网络寻找打印机。
| [in] | prefix | : IPv6 前缀,会以 ping IP 作法搜寻最后 16 bits 的 IP 组合 |
| [in] | interface_name | : 平台界面 ID |
| [in] | responseTimeoutMs | : 响应的暂停时间,单位: ms |
| Discovery.Discovery.ping_ipv6_address |