plme_get.nc

来自「802.15.4协议的实现」· NC 代码 · 共 19 行

NC
19
字号
/**
 * Physical Layer Management Entity-Service Access Point
 * PLME-SAP - PLME-GET
 * @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
 * @author Andre Cunha
 *
 *
 */

interface PLME_GET
{ 
/*PLME_GET*/

  command result_t request(uint8_t PIBAttribute);

  event result_t confirm(uint8_t status, uint8_t PIBAttribute, uint8_t PIBAttributeValue);

}

⌨️ 快捷键说明

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