public interface ZCLCommandDescription
Modifier and Type | Method and Description |
---|---|
short |
getId()
Returns the command identifier.
|
int |
getManufacturerCode()
Returns the manufacturer code.
|
String |
getName()
Returns the command name.
|
ZCLParameterDescription[] |
getParameterDescriptions()
Returns an array of the parameter descriptions.
|
String |
getShortDescription()
Returns the command functional description.
|
boolean |
isClientServerDirection()
Checks if this is a server-side command (that is going from the client to
server direction).
|
boolean |
isClusterSpecificCommand() |
boolean |
isMandatory()
Checks if this command it mandatory.
|
boolean |
isManufacturerSpecific()
Checks if the command is manufacturer specific.
|
short getId()
String getName()
String getShortDescription()
boolean isMandatory()
ZCLParameterDescription[] getParameterDescriptions()
boolean isClusterSpecificCommand()
int getManufacturerCode()
boolean isManufacturerSpecific()
true
if end only if getManufacturerCode()
is
not. -1.boolean isClientServerDirection()
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0