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 |
---|
RHAZCLPassthroughMessage() |
RHAZCLPassthroughMessage(byte frameSequence,
byte[] payload) |
RHAZCLPassthroughMessage(byte frameSequence,
String[] fields) |
RHAZCLPassthroughMessage(String[] fields) |
Modifier and Type | Method and Description |
---|---|
ClusterID |
getClusterID() |
UInt8 |
getCommandID() |
UInt8 |
getEncryptionLevel() |
Bitmap8 |
getFrameControl() |
UInt8 |
getLocalEndpoint() |
UInt16 |
getManufacturerCode() |
OctetString |
getPayload() |
UInt8 |
getSourceEndpoint() |
NodeId |
getSourceNodeID() |
UInt8 |
getTransactionSequenceNumber() |
void |
setClusterID(ClusterID val) |
void |
setCommandID(UInt8 val) |
void |
setEncryptionLevel(UInt8 val) |
void |
setFrameControl(Bitmap8 val) |
void |
setLocalEndpoint(UInt8 val) |
void |
setManufacturerCode(UInt16 val) |
void |
setPayload(OctetString val) |
void |
setSourceEndpoint(UInt8 val) |
void |
setSourceNodeID(NodeId val) |
void |
setTransactionSequenceNumber(UInt8 val) |
protected void |
updatePayloadObjects() |
build, buildPayload, calculateCS, clearFrameSequence, getBytes, getFrameSequence, getMessageTime, getPayloadObjects, parse, setFrameSequence, setPayloadObjects
public RHAZCLPassthroughMessage()
public RHAZCLPassthroughMessage(byte frameSequence, byte[] payload)
public RHAZCLPassthroughMessage(byte frameSequence, String[] fields)
public RHAZCLPassthroughMessage(String[] fields)
protected void updatePayloadObjects()
updatePayloadObjects
in class ARHAFrame
public NodeId getSourceNodeID()
public void setSourceNodeID(NodeId val)
getSourceNodeID
public UInt8 getSourceEndpoint()
public void setSourceEndpoint(UInt8 val)
getSourceEndpoint
public UInt8 getLocalEndpoint()
public void setLocalEndpoint(UInt8 val)
getLocalEndpoint
public ClusterID getClusterID()
public void setClusterID(ClusterID val)
getClusterID
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 © 2015. All rights reserved.