link start!
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
package com.tridium.dedicatedMicros;
|
||||
|
||||
public interface IDedicatedVideoServer {
|
||||
int getHiFrameRate();
|
||||
|
||||
int getLoFrameRate();
|
||||
|
||||
int getMedFrameRate();
|
||||
}
|
||||
@@ -0,0 +1,7 @@
|
||||
package com.tridium.dedicatedMicros.comm.req;
|
||||
|
||||
import com.tridium.dedicatedMicros.comm.BDedicatedCommunicator;
|
||||
|
||||
public interface DedicatedHttpReq {
|
||||
void setCommunicator(BDedicatedCommunicator bDedicatedCommunicator);
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
package com.tridium.dedicatedMicros.comm.req;
|
||||
|
||||
public interface DedicatedUdpReq {
|
||||
}
|
||||
Reference in New Issue
Block a user