public class IniJSIDDeviceSection extends IniSection
iniReader
Modifier | Constructor and Description |
---|---|
protected |
IniJSIDDeviceSection(IniReader ini) |
Modifier and Type | Method and Description |
---|---|
String |
getHostname() |
int |
getLatency() |
int |
getPort() |
int |
getVersion() |
void |
setHostname(String hostname) |
void |
setProxyPort(int port) |
void |
setVersion(int version) |
protected IniJSIDDeviceSection(IniReader ini)
public final int getVersion()
public final void setVersion(int version)
public final String getHostname()
public final void setHostname(String hostname)
public final int getPort()
public final void setProxyPort(int port)
public int getLatency()
Copyright © 2018 Ken Händel. All rights reserved.