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

Method newSerialNumberString

360Controller/ChatPad.cpp:131–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129}
130
131OSString* ChatPadKeyboardClass::newSerialNumberString() const
132{
133 IOHIDDevice *device = GetParent(this);
134 if (device == NULL)
135 return NULL;
136 return device->newSerialNumberString();
137}
138
139OSNumber* ChatPadKeyboardClass::newLocationIDNumber() const
140{

Callers

nothing calls this directly

Calls 1

GetParentFunction · 0.85

Tested by

no test coverage detected