【Zigbee精华教程03】Z-Stack协议栈中OSAL层常用API函数

【1】osal_msg_allocate():分配消息缓存。     uint8 * osal_msg_allocate( uint16 len ); 【2】osal_msg_deallocate():回收消息缓存。     uint8 osal_msg_deallocate( uint8 *msg_ptr ); 【3】osal_msg_send():发送消息。     uint8 osal_ms
相关文章
相关标签/搜索