MCPcopy Create free account
hub / github.com/OpenKinect/libfreenect2 / getSerialNumber

Method getSerialNumber

src/libfreenect2.cpp:692–695  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

690}
691
692std::string Freenect2DeviceImpl::getSerialNumber()
693{
694 return serial_;
695}
696
697std::string Freenect2DeviceImpl::getFirmwareVersion()
698{

Callers 3

mainFunction · 0.80
enumerateDevicesMethod · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected