channels added to front programmatically
This commit is contained in:
parent
679ad34f84
commit
cb81b49367
6 changed files with 78 additions and 35 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue