See: Description
| Interface | Description |
|---|---|
| MessageListener |
Implement this to receive incoming SWAP messages.
|
| SwapMessage |
A SWAP message sent or received via the SWAP modem application.
|
| SwapModem |
A virtual modem that provides access to a SWAP transport.
|
| Class | Description |
|---|---|
| ModemSetup |
A class that encapsulates the modem sketch's settings.
|
| SerialMessage |
A SWAP message received from the serial modem.
|
| SerialModem |
An interface providing access through the serial port to the SWAP modem.
|
| UserMessage |
An implementation of SwapMessage for messages originating from the application.
|
| Enum | Description |
|---|---|
| SwapMessage.Type |
Types of SWAP messages
|
| SwapModem.Type |
Type of SWAP modem.
|
| Exception | Description |
|---|---|
| DecodingException |
Thrown when a packet decoding error occurs.
|
| SerialException |
Thrown when there is a Serial IO error
|
| SwapException |
Super class of exceptions thrown by the gateway
|
me.legrange.swapCopyright © 2015. All rights reserved.