public static class FeatureSet.CommandFeature
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Getting Feature Name
|
boolean |
isImplemented()
Determining whether the feature is implemented
|
boolean |
isReadable()
Determining whether the feature is readable
|
boolean |
isWritable()
Determining whether the feature is writable
|
void |
sendCommand()
Sending command
|
public void sendCommand() throws ExceptionSet
ExceptionSet
public java.lang.String getName()
public boolean isImplemented() throws ExceptionSet
ExceptionSet
public boolean isReadable() throws ExceptionSet
ExceptionSet
public boolean isWritable() throws ExceptionSet
ExceptionSet