| 232 | } |
| 233 | |
| 234 | UInt8 USBInterfaceShim::getInterfaceClass() |
| 235 | { |
| 236 | return m_pInterface->getInterfaceDescriptor()->bInterfaceClass; |
| 237 | } |
| 238 | |
| 239 | UInt8 USBInterfaceShim::getInterfaceSubClass() |
| 240 | { |
nothing calls this directly
no outgoing calls
no test coverage detected