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

Method getInterfaceProtocol

BrcmPatchRAM/USBHostDeviceShim.cpp:244–247  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

242}
243
244UInt8 USBInterfaceShim::getInterfaceProtocol()
245{
246 return m_pInterface->getInterfaceDescriptor()->bInterfaceProtocol;
247}
248#endif
249
250bool USBInterfaceShim::findPipe(USBPipeShim* shim, UInt8 type, UInt8 direction)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected