MCPcopy Create free account
hub / github.com/360Controller/360Controller / newTransportString

Method newTransportString

360Controller/Controller.cpp:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193}
194
195OSString* Xbox360ControllerClass::newTransportString() const
196{
197 return OSString::withCString("USB");
198}
199
200OSNumber* Xbox360ControllerClass::newVendorIDNumber() const
201{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected