公開方法(Public Methods) | |
| GetPrinterList (self, brand=BRAND_IDX.ALL.value, responseTimeoutMs=5000) | |
| 透過網路尋找印表機。 | |
| GetPrinterList_IPv6 (self, str prefix, str interface_name, int responseTimeoutMs=3000) | |
| 透過 IPv6 網路尋找印表機。 | |
公開屬性 | |
| 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 |