| Modifier and Type | Field and Description |
|---|---|
protected java.util.ArrayList<RemoteNXTPort> |
ports |
| Constructor and Description |
|---|
RemoteNXT(java.lang.String name,
byte[] address) |
RemoteNXT(java.lang.String name,
NXTCommConnector connector) |
| Modifier and Type | Method and Description |
|---|---|
void |
connect(NXTCommConnector connector) |
static NXT |
get(java.lang.String name,
NXTCommConnector connector) |
Audio |
getAudio()
return a Audio object which can be used to access the device's audio playback
|
LocalBTDevice |
getBluetoothDevice()
Get the local Bluetooth device
|
GraphicsLCD |
getGraphicsLCD()
Get graphics access to the LCD
|
Key |
getKey(java.lang.String name)
Get access to a specific Key (aka Button)
|
Keys |
getKeys()
Get access to the keys (buttons)
|
LED |
getLED()
Get access to the LED
|
java.lang.String |
getName()
Get he name of the brick
|
NXTCommand |
getNXTCommand() |
Port |
getPort(java.lang.String portName)
Return a port object for the request port name.
|
Power |
getPower()
return a battery object which can be used to obtain battery voltage etc.
|
TextLCD |
getTextLCD()
Get text access to the LCD using the default font
|
TextLCD |
getTextLCD(Font f)
Get text access to the LCD using a specified font
|
java.lang.String |
getType()
Get the type of brick, e.g.
|
Video |
getVideo() |
LocalWifiDevice |
getWifiDevice()
Get the local Wifi device
|
boolean |
isLocal()
Test whether the brick is a local one
|
void |
setDefault()
Set this brick as the default one for static methods
|
protected java.util.ArrayList<RemoteNXTPort> ports
public RemoteNXT(java.lang.String name,
NXTCommConnector connector)
throws java.io.IOException
java.io.IOExceptionpublic RemoteNXT(java.lang.String name,
byte[] address)
public void connect(NXTCommConnector connector) throws java.io.IOException
java.io.IOExceptionpublic static NXT get(java.lang.String name, NXTCommConnector connector) throws java.io.IOException
java.io.IOExceptionpublic Port getPort(java.lang.String portName)
Brickpublic Power getPower()
Brickpublic Audio getAudio()
Brickpublic TextLCD getTextLCD()
BrickgetTextLCD in interface Brickpublic TextLCD getTextLCD(Font f)
BrickgetTextLCD in interface Brickf - the fontpublic GraphicsLCD getGraphicsLCD()
BrickgetGraphicsLCD in interface Brickpublic boolean isLocal()
Brickpublic java.lang.String getType()
Brickpublic java.lang.String getName()
Brickpublic LocalBTDevice getBluetoothDevice()
BrickgetBluetoothDevice in interface Brickpublic LocalWifiDevice getWifiDevice()
BrickgetWifiDevice in interface Brickpublic void setDefault()
BricksetDefault in interface Brickpublic Key getKey(java.lang.String name)
Brickpublic Keys getKeys()
Brickpublic NXTCommand getNXTCommand()