![]() |
SDK
23.9.2
For IoT System Software Development
|
Public Member Functions | |
| void | init (T *list, uint8_t size) |
| error_t | add (T item) |
| error_t | pop (T &item) |
| bool | isFull () |
| bool | isEmpty () |
| uint8_t | getLength () |
| error_t | peek (T &item) |
1.8.17