public class RHASendZCLUnicast extends ARHAFrame
IRHAFrame.Bootload, IRHAFrame.Debug, IRHAFrame.Diagnostics, IRHAFrame.GeneralClusters, IRHAFrame.HAClusters, IRHAFrame.NetworkComissioning, IRHAFrame.OTABootload, IRHAFrame.PrimaryHeader, IRHAFrame.SecurityConfig, IRHAFrame.Utility, IRHAFrame.ZCLMessages, IRHAFrame.ZDOMessages, IRHAFrame.ZigBeeSupportConfig
_payload, frameSequence, primaryHeader, secondaryHeader
START_OF_FRAME
Constructor and Description |
---|
RHASendZCLUnicast() |
RHASendZCLUnicast(byte frameSequence,
byte[] payload) |
RHASendZCLUnicast(byte frameSequence,
String[] fields) |
RHASendZCLUnicast(String[] fields) |
Modifier and Type | Method and Description |
---|---|
ClusterID |
getClusterID() |
UInt8 |
getCommandID() |
UInt8 |
getDestinationEndpoint() |
NodeId |
getDestinationNodeID() |
UInt8 |
getEncryptionLevel() |
Bitmap8 |
getFrameControl() |
UInt8 |
getLocalEndpoint() |
UInt16 |
getManufacturerCode() |
Bitmap8 |
getOptions() |
OctetString |
getPayload() |
UInt8 |
getTransactionSequenceNumber() |
void |
setClusterID(ClusterID val) |
void |
setCommandID(UInt8 val) |
void |
setDestinationEndpoint(UInt8 val) |
void |
setDestinationNodeID(NodeId val) |
void |
setEncryptionLevel(UInt8 val) |
void |
setFrameControl(Bitmap8 val) |
void |
setLocalEndpoint(UInt8 val) |
void |
setManufacturerCode(UInt16 val) |
void |
setOptions(Bitmap8 val) |
void |
setPayload(OctetString val) |
void |
setTransactionSequenceNumber(UInt8 val) |
protected void |
updatePayloadObjects() |
build, buildPayload, calculateCS, clearFrameSequence, getBytes, getFrameSequence, getMessageTime, getPayloadObjects, parse, setFrameSequence, setPayloadObjects
public RHASendZCLUnicast()
public RHASendZCLUnicast(byte frameSequence, byte[] payload)
public RHASendZCLUnicast(byte frameSequence, String[] fields)
public RHASendZCLUnicast(String[] fields)
protected void updatePayloadObjects()
updatePayloadObjects
in class ARHAFrame
public NodeId getDestinationNodeID()
public void setDestinationNodeID(NodeId val)
getDestinationNodeID
public UInt8 getDestinationEndpoint()
public void setDestinationEndpoint(UInt8 val)
getDestinationEndpoint
public UInt8 getLocalEndpoint()
public void setLocalEndpoint(UInt8 val)
getLocalEndpoint
public ClusterID getClusterID()
public void setClusterID(ClusterID val)
getClusterID
public Bitmap8 getOptions()
public void setOptions(Bitmap8 val)
getOptions
public UInt8 getEncryptionLevel()
public void setEncryptionLevel(UInt8 val)
getEncryptionLevel
public Bitmap8 getFrameControl()
public void setFrameControl(Bitmap8 val)
getFrameControl
public UInt16 getManufacturerCode()
public void setManufacturerCode(UInt16 val)
getManufacturerCode
public UInt8 getTransactionSequenceNumber()
public void setTransactionSequenceNumber(UInt8 val)
getTransactionSequenceNumber
public UInt8 getCommandID()
public void setCommandID(UInt8 val)
getCommandID
public OctetString getPayload()
public void setPayload(OctetString val)
getPayload
Copyright © 2016. All rights reserved.