MCPcopy Create free account
hub / github.com/acidanthera/BrcmPatchRAM / getInterfaceNumber

Method getInterfaceNumber

BrcmPatchRAM/USBHostDeviceShim.cpp:229–232  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

227
228#ifdef DEBUG
229UInt8 USBInterfaceShim::getInterfaceNumber()
230{
231 return m_pInterface->getInterfaceDescriptor()->bInterfaceNumber;
232}
233
234UInt8 USBInterfaceShim::getInterfaceClass()
235{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected