mlme_igame.nc

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

NC
21
字号
/**
 * MLME-iGAME-Service Access Point
 *
 * @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
 * @author Andre Cunha
 
 * A. Koub鈇, M. Alves, E. Tovar " i-GAME: An Implicit GTS Allocation Mechanism in IEEE 802.15.4" 
 * Proceedings of the Euromicro Conference on Real-Time Systems (ECRTS 2006), July 2006.
 */

interface MLME_iGAME
{ 
  command result_t request(uint8_t GTSCharacteristics,uint16_t Flow_Specification, bool SecurityEnable);
  
  command result_t response(Flow Flow_Description,uint8_t shared_time_slots, uint8_t status);
  
  event result_t confirm(uint8_t GTSCharacteristics,uint16_t Flow_Specification, uint8_t status);
  
  event result_t indication(uint16_t DevAddress, uint8_t GTSCharacteristics,uint16_t Flow_Specification, bool SecurityUse, uint8_t ACLEntry);
}

⌨️ 快捷键说明

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