Package | Description |
---|---|
smsqmulator |
The purpose of this project is to have an SMSQ/E emulator "machine" in java.
|
Modifier and Type | Method and Description |
---|---|
IPTypes.CONN_STATUS |
IPSocket.getConnectionStatus()
Gets the connection status.
|
static IPTypes.CONN_STATUS |
IPTypes.CONN_STATUS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static IPTypes.CONN_STATUS[] |
IPTypes.CONN_STATUS.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
IPSocket.setConnectionStatus(IPTypes.CONN_STATUS g)
Sets the connection status.
|