Public Member Functions | |
| GetPrinterList (self, brand=BRAND_IDX.ALL.value, responseTimeoutMs=5000) | |
| Search a printer by network. | |
| GetPrinterList_IPv6 (self, str prefix, str interface_name, int responseTimeoutMs=3000) | |
| Search a printer by IPv6 network. | |
Public Attributes | |
| ping_ipv6_address | |
| Discovery.Discovery.GetPrinterList | ( | self, | |
| brand = BRAND_IDX.ALL.value, | |||
| responseTimeoutMs = 5000 ) |
Search a printer by network.
| [in] | brand | set a brand of printer |
| [in] | responseTimeoutMs | set the timeout for printer response |
| Discovery.Discovery.GetPrinterList_IPv6 | ( | self, | |
| str | prefix, | ||
| str | interface_name, | ||
| int | responseTimeoutMs = 3000 ) |
Search a printer by IPv6 network.
| [in] | prefix | IPv6 prefix, uses the ping method to search for all possible combinations of the last 16 bits of the IP address |
| [in] | interface_name | platform interface ID |
| [in] | responseTimeoutMs | set the timeout for printer response |
| Discovery.Discovery.ping_ipv6_address |