| Package | Description |
|---|---|
| me.legrange.swap |
An implementation of the SWAP protocol, including an interface to the serial SWAP modem.
|
| me.legrange.swap.tcp |
A client/server TCP implementation of SwapModem.
|
| Modifier and Type | Method and Description |
|---|---|
SwapModem.Type |
SwapModem.getType()
determine the type of virtual modem
|
SwapModem.Type |
SerialModem.getType() |
static SwapModem.Type |
SwapModem.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SwapModem.Type[] |
SwapModem.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SwapModem.Type |
TcpModem.getType() |
Copyright © 2015. All rights reserved.