| Package | Description |
|---|---|
| org.jupnp.support.model |
| Modifier and Type | Method and Description |
|---|---|
Connection.Error |
Connection.StatusInfo.getLastError() |
static Connection.Error |
Connection.Error.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Connection.Error[] |
Connection.Error.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StatusInfo(Connection.Status status,
long uptimeSeconds,
Connection.Error lastError) |
StatusInfo(Connection.Status status,
UnsignedIntegerFourBytes uptime,
Connection.Error lastError) |
Copyright © 2023 jUPnP.org. All rights reserved.