|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of NXTInfo in lejos.pc.comm |
---|
Methods in lejos.pc.comm that return NXTInfo | |
---|---|
NXTInfo[] |
NXTSamba.search()
Locate all NXT devices that are running in SAM-BA mode. |
NXTInfo[] |
NXTCommUSB.search(java.lang.String name,
int protocol)
Locate availabe nxt devices and return them. |
NXTInfo[] |
NXTCommBluez.search(java.lang.String name,
int protocol)
|
NXTInfo[] |
NXTCommBluecove.search(java.lang.String name,
int protocol)
|
NXTInfo[] |
NXTCommand.search(java.lang.String name,
int protocol)
Search for NXTs |
NXTInfo[] |
NXTComm.search(java.lang.String name,
int protocol)
Search for NXTs over USB, Bluetooth or both |
Methods in lejos.pc.comm with parameters of type NXTInfo | |
---|---|
boolean |
NXTSamba.open(NXTInfo nxt)
Open the specified USB device and check that it is in SAM-BA mode. |
boolean |
NXTCommUSB.open(NXTInfo nxt)
|
boolean |
NXTCommBluez.open(NXTInfo nxt)
|
boolean |
NXTCommBluecove.open(NXTInfo nxt)
|
boolean |
NXTCommand.open(NXTInfo nxt)
Open a connection to the NXT |
boolean |
NXTComm.open(NXTInfo nxt)
Connect to a NXT found by a search or created from mname and address. |
boolean |
NXTCommUSB.open(NXTInfo nxtInfo,
int mode)
Open a connection to the specified device, and make it available for use. |
boolean |
NXTCommBluez.open(NXTInfo nxt,
int mode)
|
boolean |
NXTCommBluecove.open(NXTInfo nxt,
int mode)
|
boolean |
NXTComm.open(NXTInfo nxt,
int mode)
Connect to a NXT found by a search or created from mname and address. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |