MCPcopy Create free account
hub / github.com/cathery/sys-con / SwitchUSBInterface

Method SwitchUSBInterface

source/ControllerSwitch/SwitchUSBInterface.cpp:6–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4#include <cstring>
5
6SwitchUSBInterface::SwitchUSBInterface(UsbHsInterface &interface)
7 : m_interface(interface)
8{
9}
10
11SwitchUSBInterface::~SwitchUSBInterface()
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected