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

org.bidib.jbidib.netbidibsimple.tools.ActionCallback Maven / Gradle / Ivy

Go to download

jBiDiB jbidibc NetBidib Simple POM. Use -Dpi4j.dev.transfer=true to transfer the artifact to the raspberry pi.

The newest version!
package org.bidib.jbidib.netbidibsimple.tools;

public interface ActionCallback {

    void openServerSocket();

    void closeServerSocket();

    void connectClient(String address);

    void disconnectClient();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy