| Modifier and Type | Method and Description |
|---|---|
DeviceType |
NetworkEnvironmentSettingsEditor.getDeviceType() |
DeviceType |
NetworkEnvironmentSettings.getDeviceType()
Returns the
DeviceType. |
DeviceType |
Client.getDeviceType()
Returns the client's
DeviceType. |
static DeviceType |
DeviceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeviceType[] |
DeviceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NetworkEnvironmentSettingsEditor.setDeviceType(DeviceType deviceType) |
| Constructor and Description |
|---|
Client(java.net.InetAddress address,
java.lang.String name,
int dataPort,
java.lang.String id,
java.lang.String osName,
DeviceType deviceType)
Creates a new
Client instance with the given Information. |
NetworkEnvironmentSettings(java.lang.String deviceName,
DeviceType deviceType,
EncryptionType encryptionType,
int dataPort,
int braocastPort,
byte[] encryptionKey)
Creates a new
NetworkEnvironmentSettings instance guessing the operating system (will use 'Linux' for Android). |
NetworkEnvironmentSettings(java.lang.String deviceName,
DeviceType deviceType,
EncryptionType encryptionType,
int dataPort,
int braocastPort,
byte[] encryptionKey,
java.lang.String osName)
Creates a new
NetworkEnvironmentSettings instance. |