|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface NXTCommRequest
Interface that all NXTComm implementation classes must implement for low-level communication with the NXT.
| Method Summary | |
|---|---|
void |
close()
Close the connection |
byte[] |
sendRequest(byte[] message,
int replyLen)
Send an LCP message to the NXT and receive a reply |
| Method Detail |
|---|
void close()
throws java.io.IOException
java.io.IOException
byte[] sendRequest(byte[] message,
int replyLen)
throws java.io.IOException
message - the LCP messagereplyLen - the reply length expected
java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||