Kodi Development  20.0
for Binary and Script based Add-Ons

Source parts:

void CMyInstance::GetCapabilities(kodi::addon::PeripheralCapabilities& capabilities)
{
}
PERIPHERAL_ERROR CMyInstance::PerformDeviceScan(std::vector<std::shared_ptr<kodi::addon::Peripheral>>& scan_results)
{
}
PERIPHERAL_ERROR CMyInstance::GetEvents(std::vector<kodi::addon::PeripheralEvent>& events)
{
}
bool CMyInstance::SendEvent(const kodi::addon::PeripheralEvent& event)
{
return false;
}
Definition: PeripheralUtils.h:133
Definition: PeripheralUtils.h:369
PERIPHERAL_ERROR
Definition: peripheral.h:36
@ PERIPHERAL_ERROR_NOT_IMPLEMENTED
-4 : The method that the frontend called is not implemented
Definition: peripheral.h:50