int errStatus = IoStatus.SUCCESS;
String[] mList = null;
//Acquire a list of devices
try {
Finder.start(getBaseContext(), DevType.TCP, "192.168.192.168");
mList = Finder.getResult();
//Exception processing
} catch ( EpsonIoException e ) {
errStatus = e.getStatus();
}