Uses of Class
io.github.eggy03.ferrumx.windows.entity.mainboard.Win32PortConnector
Packages that use Win32PortConnector
Package
Description
-
Uses of Win32PortConnector in io.github.eggy03.ferrumx.windows.mapping.mainboard
Classes in io.github.eggy03.ferrumx.windows.mapping.mainboard that implement interfaces with type arguments of type Win32PortConnectorModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32PortConnector -
Uses of Win32PortConnector in io.github.eggy03.ferrumx.windows.service.mainboard
Classes in io.github.eggy03.ferrumx.windows.service.mainboard that implement interfaces with type arguments of type Win32PortConnectorModifier and TypeClassDescriptionclassService class for fetching mainboard port information from the system.Methods in io.github.eggy03.ferrumx.windows.service.mainboard that return types with arguments of type Win32PortConnectorModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32PortConnector> Win32PortConnectorService.get()Retrieves an immutable list of mainboard ports present in the system.@NotNull @Unmodifiable List<Win32PortConnector> Win32PortConnectorService.get(long timeout) Retrieves an immutable list of mainboard ports present in the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32PortConnector> Win32PortConnectorService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of mainboard ports present in the system using the caller'sPowerShellsession.