Go to the source code of this file.
◆ 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.
◆ chip_desc