📄 nlme_leave.nc
字号:
/**
* NLME-LEAVE
* @author IPP HURRAY http://www.hurray.isep.ipp.pt/art-wise
* @author http://www.open-zb.net
* @author Andre Cunha
*
*
*/
//page 181-184
interface NLME_LEAVE
{
command error_t request(uint32_t DeviceAddress[],uint8_t RemoveChildren, uint8_t MACSecurityEnable);
event error_t indication(uint32_t DeviceAddress[]);
event error_t confirm(uint32_t DeviceAddress[], uint8_t Status);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -