FastLED 3.9.15
Loading...
Searching...
No Matches

◆ name()

const fl::string & fl::Channel::name ( ) const
inlineoverridevirtual

Get the channel name.

Returns
Channel name (user-specified or auto-generated "Channel_<id>")

Implements fl::IChannel.

Definition at line 69 of file channel.h.

69{ return mName; }
fl::string mName
Definition channel.h:277

References mName.