link start!
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
package com.tridium.eibnetIp.stack;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public interface KnxSearchResponseListener {
|
||||
void rcvSearchResponse(byte[] bArr) throws IOException;
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
package com.tridium.eibnetIp.stack;
|
||||
|
||||
import java.io.IOException;
|
||||
|
||||
public interface LinkLayerRequest {
|
||||
int length();
|
||||
|
||||
byte[] toBytes() throws IOException;
|
||||
}
|
||||
Reference in New Issue
Block a user