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