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

Method getInterfaceClass

BrcmPatchRAM/USBHostDeviceShim.cpp:234–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232}
233
234UInt8 USBInterfaceShim::getInterfaceClass()
235{
236 return m_pInterface->getInterfaceDescriptor()->bInterfaceClass;
237}
238
239UInt8 USBInterfaceShim::getInterfaceSubClass()
240{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected