All Downloads are FREE. Search and download functionalities are using the official Maven repository.

oshi.hardware.Networks Maven / Gradle / Ivy

package oshi.hardware;

import java.io.Serializable;

/**
 * @author angju
 * 
 */
public interface Networks extends Serializable {

    /**
     * Get network interfaces on this machine
     *
     * @return Array of {@link NetworkIF} objects
     */
    NetworkIF[] getNetworks();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy