Uses of Class
io.github.eggy03.ferrumx.windows.entity.network.Win32NetworkAdapter
Packages that use Win32NetworkAdapter
Package
Description
-
Uses of Win32NetworkAdapter in io.github.eggy03.ferrumx.windows.entity.compounded
Fields in io.github.eggy03.ferrumx.windows.entity.compounded declared as Win32NetworkAdapterModifier and TypeFieldDescription(package private) @Nullable Win32NetworkAdapterWin32NetworkAdapterToConfiguration.adapterTheWin32NetworkAdapterentity associated with theWin32NetworkAdapterToConfiguration.deviceId. -
Uses of Win32NetworkAdapter in io.github.eggy03.ferrumx.windows.mapping.network
Classes in io.github.eggy03.ferrumx.windows.mapping.network that implement interfaces with type arguments of type Win32NetworkAdapterModifier and TypeClassDescriptionclassProvides a type-safe implementation ofCommonMappingInterfaceand maps JSON strings from PowerShell to objects or lists ofWin32NetworkAdapter -
Uses of Win32NetworkAdapter in io.github.eggy03.ferrumx.windows.service.network
Classes in io.github.eggy03.ferrumx.windows.service.network that implement interfaces with type arguments of type Win32NetworkAdapterModifier and TypeClassDescriptionclassService class for fetching network adapter information from the system.Methods in io.github.eggy03.ferrumx.windows.service.network that return types with arguments of type Win32NetworkAdapterModifier and TypeMethodDescription@NotNull @Unmodifiable List<Win32NetworkAdapter> Win32NetworkAdapterService.get()Retrieves an immutable list of network adapters present in the system.@NotNull @Unmodifiable List<Win32NetworkAdapter> Win32NetworkAdapterService.get(long timeout) Retrieves an immutable list of network adapters connected to the system using an isolated PowerShell process with a configurable timeout.@NotNull @Unmodifiable List<Win32NetworkAdapter> Win32NetworkAdapterService.get(@NonNull com.profesorfalken.jpowershell.PowerShell powerShell) Retrieves an immutable list of network adapters using the caller'sPowerShellsession.