wiiremotej
Interface WiiDevice

All Known Implementing Classes:
BalanceBoard, WiiRemote

public interface WiiDevice

Interface describing a device that can connect to the Wii via Bluetooth. Exposes a few basic methods used during device location.


Method Summary
 void disconnect()
          Disconnects from the given Wii Device.
 java.lang.String getBluetoothAddress()
          Returns the bluetooth address of the Wii device.
 boolean isConnected()
          Returns true if connected to the device; otherwise false.
 

Method Detail

disconnect

void disconnect()
Disconnects from the given Wii Device.


isConnected

boolean isConnected()
Returns true if connected to the device; otherwise false.

Returns:
true if connected to the device; otherwise false.

getBluetoothAddress

java.lang.String getBluetoothAddress()
Returns the bluetooth address of the Wii device.

Returns:
the bluetooth address of this Wii device.