public class FindDevice
extends java.lang.Object
Constructor and Description |
---|
FindDevice() |
FindDevice(FindDeviceMode mode,
int timeout) |
Modifier and Type | Method and Description |
---|---|
FindDeviceMode |
getMode()
Returns FindDeviceMode.
|
int |
getTimeout()
Returns timeout value.
|
void |
setMode(FindDeviceMode mode)
Set FindDeviceMode.
|
void |
setTimeout(int timeout)
Set timeout.
|
java.lang.String |
toString() |
public FindDevice()
public FindDevice(FindDeviceMode mode, int timeout)
public void setMode(FindDeviceMode mode)
mode
- The FindDeviceMode to set.public void setTimeout(int timeout)
timeout
- The timeout value to set.public FindDeviceMode getMode()
public int getTimeout()
public java.lang.String toString()
toString
in class java.lang.Object