| Package | Description |
|---|---|
| me.legrange.swap |
An implementation of the SWAP protocol, including an interface to the serial SWAP modem.
|
| Modifier and Type | Method and Description |
|---|---|
SwapMessage.Type |
UserMessage.getType() |
SwapMessage.Type |
SwapMessage.getType() |
SwapMessage.Type |
SerialMessage.getType() |
static SwapMessage.Type |
SwapMessage.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwapMessage.Type[] |
SwapMessage.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
UserMessage(boolean extended,
SwapMessage.Type type,
int sender,
int receiver,
int registerID,
byte[] registerValue) |
Copyright © 2015. All rights reserved.