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 |
---|
RHAEndpointDescriptorResponse() |
RHAEndpointDescriptorResponse(byte frameSequence,
byte[] payload) |
RHAEndpointDescriptorResponse(byte frameSequence,
String[] fields) |
RHAEndpointDescriptorResponse(String[] fields) |
Modifier and Type | Method and Description |
---|---|
ZigBeeArray<ClusterID> |
getClientClusterList() |
UInt16 |
getDeviceID() |
UInt8 |
getDeviceVersion() |
UInt8 |
getEndpointID() |
UInt16 |
getProfileID() |
ZigBeeArray<ClusterID> |
getServerClusterList() |
void |
setClientClusterList(ZigBeeArray<ClusterID> val) |
void |
setDeviceID(UInt16 val) |
void |
setDeviceVersion(UInt8 val) |
void |
setEndpointID(UInt8 val) |
void |
setProfileID(UInt16 val) |
void |
setServerClusterList(ZigBeeArray<ClusterID> val) |
protected void |
updatePayloadObjects() |
build, buildPayload, calculateCS, clearFrameSequence, getBytes, getFrameSequence, getMessageTime, getPayloadObjects, parse, setFrameSequence, setPayloadObjects
public RHAEndpointDescriptorResponse()
public RHAEndpointDescriptorResponse(byte frameSequence, byte[] payload)
public RHAEndpointDescriptorResponse(byte frameSequence, String[] fields)
public RHAEndpointDescriptorResponse(String[] fields)
protected void updatePayloadObjects()
updatePayloadObjects
in class ARHAFrame
public UInt8 getEndpointID()
public void setEndpointID(UInt8 val)
getEndpointID
public UInt16 getProfileID()
public void setProfileID(UInt16 val)
getProfileID
public UInt16 getDeviceID()
public void setDeviceID(UInt16 val)
getDeviceID
public UInt8 getDeviceVersion()
public void setDeviceVersion(UInt8 val)
getDeviceVersion
public ZigBeeArray<ClusterID> getServerClusterList()
public void setServerClusterList(ZigBeeArray<ClusterID> val)
getServerClusterList
public ZigBeeArray<ClusterID> getClientClusterList()
public void setClientClusterList(ZigBeeArray<ClusterID> val)
getClientClusterList
Copyright © 2015. All rights reserved.