public interface ICommandParameter
IDeviceCommand.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName()
Get parameter name.
|
ParameterType |
getType()
Get parameter datatype.
|
boolean |
isRequired()
Indicates if parameter is required for command.
|
java.lang.String getName()
ParameterType getType()
boolean isRequired()