00001 package Sct_SctApi;
00002
00003
00012
00013 public interface PrimitiveAccessLowLevelOperations
00014 {
00015 void awaitResponse (int rod);
00016 int[] getResponse (int rod);
00017 void createDebugPrimList () throws Sct_SctApi.SctApiException;
00018 void addDebugPrimList (int index, int id, int version, int[] body) throws Sct_SctApi.SctApiException;
00019 void sendDebugPrimList (int rod) throws Sct_SctApi.SctApiException;
00020 void sendDebugSlavePrimList (int rod, int slave, boolean await, boolean response) throws Sct_SctApi.SctApiException;
00021 void flashLED (int rod, short slaveNumber, int period, int flashes) throws Sct_SctApi.SctApiException;
00022 void echo (int rod, int[] data) throws Sct_SctApi.SctApiException;
00023 }