【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
相關文章
相關標籤/搜索