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

li.rudin.arduino.api.ArduinoEthernet Maven / Gradle / Ivy

The newest version!
package li.rudin.arduino.api;


public interface ArduinoEthernet extends Arduino
{
	
	/**
	 * Returns the connected host
	 * @return
	 */
	String getHost();
	
	/**
	 * Returns the port
	 * @return
	 */
	int getPort();

	
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy