mlme_poll.nc.svn-base

来自「802.15.4协议的实现」· SVN-BASE 代码 · 共 16 行

SVN-BASE
16
字号
/**
 * MLME-POLL-Service Access Point
 *
 * @author Andre Cunha
 *
 *
 */

interface MLME_POLL
{ 
  command result_t request(uint8_t CoordAddrMode, uint16_t CoorPANId, uint32_t CoorAddress[1], bool SecurityEnable);
  
  event result_t confirm(uint8_t status);
  
}

⌨️ 快捷键说明

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