Class Win32PrinterJNA
java.lang.Object
oshi.driver.common.windows.wmi.Win32Printer
oshi.driver.windows.wmi.Win32PrinterJNA
@ThreadSafe
public final class Win32PrinterJNA
extends oshi.driver.common.windows.wmi.Win32Printer
Utility to query WMI class
Win32_Printer using JNA.-
Nested Class Summary
Nested classes/interfaces inherited from class oshi.driver.common.windows.wmi.Win32Printer
oshi.driver.common.windows.wmi.Win32Printer.PrinterProperty -
Field Summary
Fields inherited from class oshi.driver.common.windows.wmi.Win32Printer
WIN32_PRINTER -
Method Summary
Modifier and TypeMethodDescriptionstatic WbemcliUtil.WmiResult<oshi.driver.common.windows.wmi.Win32Printer.PrinterProperty> Queries printer information.
-
Method Details
-
queryPrinters
public static WbemcliUtil.WmiResult<oshi.driver.common.windows.wmi.Win32Printer.PrinterProperty> queryPrinters()Queries printer information.- Returns:
- Information regarding printers
-