|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISerialPipe
Interface to a pipe for sending byte arrays between host and spot
| Method Summary | |
|---|---|
void |
receive(byte[] in)
Receive a byte array of data |
void |
send(byte[] out)
Send a byte array of data |
| Method Detail |
|---|
void receive(byte[] in)
throws IOException
in - byte array in which to store received data
IOException - to indicate framing or overrun errors
void send(byte[] out)
throws IOException
out - byte array holding data to be sent
IOException
|
Sun SPOT API |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||