public interface ZCLHeader
Modifier and Type | Method and Description |
---|---|
short |
getCommandId()
Returns the command identifier of this frame.
|
short |
getFrameControlField()
Returns the Frame Control field of this frame.
|
int |
getManufacturerCode()
Returns the manufacturer code of this frame.
|
byte |
getSequenceNumber()
Returns the transaction Sequence Number of this frame.
|
boolean |
isClientServerDirection()
Checks the client server direction of the frame.
|
boolean |
isClusterSpecificCommand()
Checks the frame Type Sub-field of the frame control field.
|
boolean |
isDefaultResponseDisabled()
Checks if the default response is disabled.
|
boolean |
isManufacturerSpecific()
Checks if the frame is manufacturer specific.
|
short getCommandId()
int getManufacturerCode()
boolean isClusterSpecificCommand()
boolean isManufacturerSpecific()
boolean isClientServerDirection()
boolean isDefaultResponseDisabled()
true
if the ZCL Header Frame Control Field "Disable
Default Response Sub-field" is 1. Returns false
otherwise.byte getSequenceNumber()
short getFrameControlField()
Copyright © Contributors to the Eclipse Foundation Licensed under the Eclipse Foundation Specification License – v1.0