public class RKURAxDevice extends java.lang.Object implements IURAxDevice
Constructor and Description |
---|
RKURAxDevice() |
Modifier and Type | Method and Description |
---|---|
void |
antLedSwitch(int ant,
boolean isOn) |
void |
closeBuzzer() |
void |
closeScanLed() |
void |
closeWorkLed() |
void |
openBuzzer() |
void |
openScanLed() |
void |
openWorkLed() |
public void openBuzzer()
openBuzzer
in interface IURAxDevice
public void closeBuzzer()
closeBuzzer
in interface IURAxDevice
public void openWorkLed()
openWorkLed
in interface IURAxDevice
public void closeWorkLed()
closeWorkLed
in interface IURAxDevice
public void openScanLed()
openScanLed
in interface IURAxDevice
public void closeScanLed()
closeScanLed
in interface IURAxDevice
public void antLedSwitch(int ant, boolean isOn)
antLedSwitch
in interface IURAxDevice