pd_data.nc

来自「zigbee的源码」· NC 代码 · 共 19 行

NC
19
字号
/**
 * PD-Service Access Point
 * @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
 * @author Andre Cunha
 *
 *
 */
//#include <phy_enumerations.h>

interface PD_DATA
{ 
  async command result_t request(uint8_t psduLenght, uint8_t* psdu);
  
  async event result_t confirm(uint8_t status);
  
  async event result_t indication(uint8_t psduLenght,uint8_t* psdu, int8_t ppduLinkQuality);
 
}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?