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

Method Open

source/ControllerSwitch/SwitchUSBDevice.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19Result SwitchUSBDevice::Open()
20{
21 if (m_interfaces.size() != 0)
22 return 0;
23 else
24 return 51;
25}
26
27void SwitchUSBDevice::Close()
28{

Callers 6

OpenInterfacesMethod · 0.45
OpenInterfacesMethod · 0.45
OpenInterfacesMethod · 0.45
OpenInterfacesMethod · 0.45
OpenInterfacesMethod · 0.45
OpenInterfacesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected