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

Method SwitchUSBDevice

source/ControllerSwitch/SwitchUSBDevice.cpp:5–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3#include "malloc.h" //for memalign
4
5SwitchUSBDevice::SwitchUSBDevice(UsbHsInterface *interfaces, int length)
6//: m_interfaces(std::vector<std::unique_ptr<IUSBInterface>>())
7{
8 SetInterfaces(interfaces, length);
9}
10
11SwitchUSBDevice::~SwitchUSBDevice()
12{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected