* Get number of data channels. * * @return Number of data channels. */
| 192 | * @return Number of data channels. |
| 193 | */ |
| 194 | uint8_t getNumChannels() const final |
| 195 | { |
| 196 | return 1U; |
| 197 | } |
| 198 | |
| 199 | /** |
| 200 | * Get data channel by index. |
nothing calls this directly
no outgoing calls
no test coverage detected