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

Method newManufacturerString

360Controller/ChatPad.cpp:123–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123OSString* ChatPadKeyboardClass::newManufacturerString() const
124{
125 IOHIDDevice *device = GetParent(this);
126 if (device == NULL)
127 return NULL;
128 return device->newManufacturerString();
129}
130
131OSString* ChatPadKeyboardClass::newSerialNumberString() const
132{

Callers

nothing calls this directly

Calls 1

GetParentFunction · 0.85

Tested by

no test coverage detected