public class RHADeviceTypeWrite 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 |
---|
RHADeviceTypeWrite() |
RHADeviceTypeWrite(byte frameSequence,
byte[] payload) |
RHADeviceTypeWrite(byte frameSequence,
String[] fields) |
RHADeviceTypeWrite(String[] fields) |
Modifier and Type | Method and Description |
---|---|
UInt8 |
getDeviceFunctionType()
The Device Function Type of Reduced Function Device (RFD) allows the Module to be a ZigBee End Device.
|
UInt8 |
getSleepy()
The Sleepy configuration only applies if Module is set as a Reduced Function Device.
|
void |
setDeviceFunctionType(UInt8 val) |
void |
setSleepy(UInt8 val) |
protected void |
updatePayloadObjects() |
build, buildPayload, calculateCS, clearFrameSequence, getBytes, getFrameSequence, getMessageTime, getPayloadObjects, parse, setFrameSequence, setPayloadObjects
public RHADeviceTypeWrite()
public RHADeviceTypeWrite(byte frameSequence, byte[] payload)
public RHADeviceTypeWrite(byte frameSequence, String[] fields)
public RHADeviceTypeWrite(String[] fields)
protected void updatePayloadObjects()
updatePayloadObjects
in class ARHAFrame
public UInt8 getDeviceFunctionType()
public void setDeviceFunctionType(UInt8 val)
getDeviceFunctionType
public UInt8 getSleepy()
public void setSleepy(UInt8 val)
getSleepy
Copyright © 2015. All rights reserved.