Z-Stack API Reference  8.31.00.00
ZCL IAS WD Commands

This group defines the functions for IAS WD commands. More...

Functions

ZStatus_t zclSS_Send_IAS_WD_StartWarningCmd (uint8_t srcEP, afAddrType_t *dstAddr, zclWDStartWarning_t *warning, uint8_t disableDefaultRsp, uint8_t seqNum)
 
ZStatus_t zclSS_Send_IAS_WD_SquawkCmd (uint8_t srcEP, afAddrType_t *dstAddr, zclWDSquawk_t *squawk, uint8_t disableDefaultRsp, uint8_t seqNum)
 

Detailed Description

This group defines the functions for IAS WD commands.

Function Documentation

§ zclSS_Send_IAS_WD_SquawkCmd()

ZStatus_t zclSS_Send_IAS_WD_SquawkCmd ( uint8_t  srcEP,
afAddrType_t *  dstAddr,
zclWDSquawk_t squawk,
uint8_t  disableDefaultRsp,
uint8_t  seqNum 
)
Parameters
srcEP- Sending application's endpoint
dstAddr- where you want the message to go
squawk- pointer to the command structure
disableDefaultRsp- toggle for enabling/disabling default response
seqNum- command sequence number
Returns
ZStatus_t

§ zclSS_Send_IAS_WD_StartWarningCmd()

ZStatus_t zclSS_Send_IAS_WD_StartWarningCmd ( uint8_t  srcEP,
afAddrType_t *  dstAddr,
zclWDStartWarning_t warning,
uint8_t  disableDefaultRsp,
uint8_t  seqNum 
)
Parameters
srcEP- Sending application's endpoint
dstAddr- where you want the message to go
warning- pointer to command structure
disableDefaultRsp- toggle for enabling/disabling default response
seqNum- command sequence number
Returns
ZStatus_t