Z-Wave Protocol Controller Reference
ext_defines.h File Reference

Go to the source code of this file.

Classes

struct  chip_descriptor
 

Macros

#define TRANSMIT_COMPLETE_ERROR   0xFF
 
#define TRANSMIT_COMPLETE_REQUEUE   0xFE
 
#define TRANSMIT_COMPLETE_REQUEUE_QUEUED   0xFD
 
#define CHIP_DESCRIPTOR_UNINITIALIZED   0x42
 

Variables

struct chip_descriptor chip_desc
 

Macro Definition Documentation

◆ CHIP_DESCRIPTOR_UNINITIALIZED

#define CHIP_DESCRIPTOR_UNINITIALIZED   0x42

◆ TRANSMIT_COMPLETE_ERROR

#define TRANSMIT_COMPLETE_ERROR   0xFF

Used to indicate that transmissions was not completed due to a SendData that returned false. This is used in some of the higher level sendata calls where lower layer senddata is called async.

◆ TRANSMIT_COMPLETE_REQUEUE

#define TRANSMIT_COMPLETE_REQUEUE   0xFE

Tell upper queue to requeue this frame because ClassicZIPNode is busy sending another frame.

◆ TRANSMIT_COMPLETE_REQUEUE_QUEUED

#define TRANSMIT_COMPLETE_REQUEUE_QUEUED   0xFD

Tell upper queue to requeue this frame because ClassicZIPNode cannot send to PAN side because NetworkManagament or Mailbox are busy, or because the destination node is being probed. The frame should be re-queued to long-queue or Mailbox.

Variable Documentation

◆ chip_desc

struct chip_descriptor chip_desc
extern