public interface MultiMode
| Modifier and Type | Method and Description |
|---|---|
String |
getActiveMode()
Returns the currently active mode.
|
List<String> |
getModes()
Returns the modes this driver understands and/or is able to handle.
|
boolean |
selectMode(String mode)
select this mode.
|
boolean |
supportMode(String mode)
Return true if this mode is supported.
|
List<String> getModes()
boolean supportMode(String mode)
boolean selectMode(String mode) throws IOException
IOExceptionString getActiveMode()