link start!
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
package javax.baja.lonworks.io;
|
||||
|
||||
public interface AppBuffer {
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
package javax.baja.lonworks.io;
|
||||
|
||||
public interface LonLinkLayer {
|
||||
void sendLonMessage(AppBuffer appBuffer);
|
||||
|
||||
void start() throws Exception;
|
||||
|
||||
void stop();
|
||||
|
||||
void verifySettings() throws Exception;
|
||||
}
|
||||
Reference in New Issue
Block a user