You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
EasyFlash/easyflash/inc
brand c401ae1139 更改迭代器使用方法
调用ef_env_iterator_to_first()将迭代器指向最开始
调用ef_env_iterator_next()将迭代器指向下一个变量
调用ef_env_iterator_now_name()获取迭代器当前指向的变量的名字
调用ef_env_iterator_now_value_len()获取迭代器当前指向的变量的数据长度
调用ef_env_iterator_now_value()获取迭代器当前指向的变量的数据
注意调用ef_env_iterator_to_first()之后要再调用ef_env_iterator_next()才能获取第一个元素
6 years ago
..
easyflash.h 更改迭代器使用方法 6 years ago
ef_cfg.h 【完善】配置文件描述 6 years ago