|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavax.bluetooth.LocalDevice
public class LocalDevice
Singleton class representing a local NXT Bluetooth device. Most methods are standard, except you can also set the friendly name with this class.
Method Summary | |
---|---|
protected char[] |
convertBytesToChars(byte[] byteArray)
|
protected byte[] |
convertCharsToBytes(char[] charArray,
int length)
|
String |
getBluetoothAddress()
Returns the local Bluetooth address of NXT brick. |
DeviceClass |
getDeviceClass()
The Lego Bluecore code can't retrieve this from the chip. |
int |
getDiscoverable()
Indicates whether the NXT brick is visible to other devices |
String |
getFriendlyName()
Returns the friendly name of a Bluetooth device. |
static LocalDevice |
getLocalDevice()
|
static String |
getProperty(String property)
UNIMPLEMENTED! Returns null always. |
static boolean |
isPowerOn()
Power state of the Bluecore 4 chip in the NXT brick. |
boolean |
setDiscoverable(int mode)
Normally the mode values are found in javax.bluetooth.DiscoveryAgent. |
boolean |
setFriendlyName(String name)
Changes the friendly name of the NXT brick. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait |
Method Detail |
---|
public static LocalDevice getLocalDevice() throws BluetoothStateException
BluetoothStateException
public String getFriendlyName()
public boolean setFriendlyName(String name)
protected byte[] convertCharsToBytes(char[] charArray, int length)