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

Method getInterfaceSubClass

BrcmPatchRAM/USBHostDeviceShim.cpp:239–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

237}
238
239UInt8 USBInterfaceShim::getInterfaceSubClass()
240{
241 return m_pInterface->getInterfaceDescriptor()->bInterfaceSubClass;
242}
243
244UInt8 USBInterfaceShim::getInterfaceProtocol()
245{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected