| 227 | |
| 228 | #ifdef DEBUG |
| 229 | UInt8 USBInterfaceShim::getInterfaceNumber() |
| 230 | { |
| 231 | return m_pInterface->getInterfaceDescriptor()->bInterfaceNumber; |
| 232 | } |
| 233 | |
| 234 | UInt8 USBInterfaceShim::getInterfaceClass() |
| 235 | { |
nothing calls this directly
no outgoing calls
no test coverage detected