Package lejos.remote.ev3
Interface RMIBluetooth
-
- All Superinterfaces:
java.rmi.Remote
- All Known Implementing Classes:
RMIRemoteBluetooth
public interface RMIBluetooth extends java.rmi.Remote
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetBluetoothAddress()booleangetVisibility()java.util.Collection<RemoteBTDevice>search()voidsetVisibility(boolean visible)
-
-
-
Method Detail
-
search
java.util.Collection<RemoteBTDevice> search() throws java.rmi.RemoteException
- Throws:
java.rmi.RemoteException
-
getBluetoothAddress
java.lang.String getBluetoothAddress() throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
getVisibility
boolean getVisibility() throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
setVisibility
void setVisibility(boolean visible) throws java.rmi.RemoteException- Throws:
java.rmi.RemoteException
-
-