mlme_scan.nc

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

NC
18
字号
/**
 * MLME-SCAN-Service Access Point
 * @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
 * @author Andre Cunha
 * pag 93
 *
 */

interface MLME_SCAN
{ 

  command result_t request(uint8_t ScanType, uint32_t ScanChannels, uint8_t ScanDuration);
	
  event result_t confirm(uint8_t status,uint8_t ScanType, uint32_t UnscannedChannels, uint8_t ResultListSize, uint8_t EnergyDetectList[], SCAN_PANDescriptor PANDescriptorList[]);
																						//NEED to explain the implementation
																						//Eache value in sequencial to the scanned channels
	}

⌨️ 快捷键说明

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