This group defines the functions for IAS WD commands.  
More...
This group defines the functions for IAS WD commands. 
§ 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