| 237 | } |
| 238 | |
| 239 | UInt8 USBInterfaceShim::getInterfaceSubClass() |
| 240 | { |
| 241 | return m_pInterface->getInterfaceDescriptor()->bInterfaceSubClass; |
| 242 | } |
| 243 | |
| 244 | UInt8 USBInterfaceShim::getInterfaceProtocol() |
| 245 | { |
nothing calls this directly
no outgoing calls
no test coverage detected