channels added to front programmatically

This commit is contained in:
Hane 2023-08-13 17:43:09 +02:00
commit cb81b49367
6 changed files with 78 additions and 35 deletions

View file

@ -14,6 +14,10 @@ EndpointHandler::EndpointHandler(uint64_t idx) {
ep->setCallback(epc);
}
uint32_t EndpointHandler::getChannelCount(){
return ep->getChannelCount();
}
void EndpointHandler::setIndex(uint64_t idx){
this->idx = idx;
}