Package lejos.nxt.comm

NXT communication classes

See:
          Description

Interface Summary
NXTProtocol LCP constants.
 

Class Summary
Bluetooth Provides Bluetooth comminications.
BTConnection Provides a Bluetooth connection Supports both packetized and stream based commincation.
BTInputStream Extends InputStream for BlueTooth; implements available()
BTOutputStream Implements an OutputStream over Bluetooth.
BTRemoteDevice Represents a remote Bluetooth device.
Debug This class provides a simple way of sending debug output for viewing on a PC.
DeviceInfo Represents a remote NXT accessed via LCP.
FirmwareInfo Firmware information for a remote NXT accessed via LCP.
InputValues Sensor input values for a remote NXT accessed via LCP.
LCP Implements the Lego Communication Protocol, with some extensions for lejos NXJ.
LCPBTResponder Support for LCP commands over Bluetooth in user programs.
NXTComm Initiates communication to a remote NXT.
NXTCommand Remote access to a NXT via Bluetooth using LCP.
NXTServerSocket Communicates with a ServerProxy on the PC to provide a ServerSocket interface applications on the NXT.
NXTSocket NXTSocket.
USB Low-level USB access.
USBConnection Represents a USB Stream Connection.
USBInputStream Implements an InputStream over USB.
USBOutputStream Implements an OutputStream over USB.
 

Package lejos.nxt.comm Description

NXT communication classes