Get the next controller in the linked list after this one (const version). Will return nullptr at the end of the linked list. @returns CLEDController::mPNext
| 228 | /// Get the next controller in the linked list after this one (const version). Will return nullptr at the end of the linked list. |
| 229 | /// @returns CLEDController::mPNext |
| 230 | const CLEDController *next() const FL_NOEXCEPT { return mPNext; } |
| 231 | |
| 232 | /// Set the default array of LEDs to be used by this controller |
| 233 | /// @param data pointer to the LED data |