摘要: typedef void (*IOTRDStateCB)(char *host, unsigned int state); void RDStateCB(char *host, unsigned int state) { OCStackResult ret = OC_STACK_OK; LOG_DEBUG("host[%s] state[%s]", host, state == 0? "... 阅读全文
posted @ 2018-10-12 20:31 Daomy 阅读(190) 评论(0) 推荐(0)