libhomegear-base  0.7
Base library for Homegear and Homegear family modules.
BaseLib::Systems::IFamilyEventSink Member List

This is the complete list of members for BaseLib::Systems::IFamilyEventSink, including all inherited members.

IEventSinkBase()BaseLib::IEventSinkBaseinline
onAddWebserverEventHandler(BaseLib::Rpc::IWebserverEventSink *eventHandler, std::map< int32_t, PEventHandler > &eventHandlers)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onCheckLicense(int32_t moduleId, int32_t familyId, int32_t deviceId, const std::string &licenseKey)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onDecryptDeviceDescription(int32_t moduleId, const std::vector< char > &input, std::vector< char > &output)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onEvent(std::string source, uint64_t peerID, int32_t channel, std::shared_ptr< std::vector< std::string >> variables, std::shared_ptr< std::vector< std::shared_ptr< Variable >>> values)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onGetRoomIdByName(std::string &name)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onInvokeRpc(std::string &methodName, BaseLib::PArray &parameters)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onRemoveWebserverEventHandler(std::map< int32_t, PEventHandler > &eventHandlers)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onRPCDeleteDevices(std::vector< uint64_t > &ids, std::shared_ptr< Variable > deviceAddresses, std::shared_ptr< Variable > deviceInfo)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onRPCEvent(std::string source, uint64_t id, int32_t channel, std::string deviceAddress, std::shared_ptr< std::vector< std::string >> valueKeys, std::shared_ptr< std::vector< std::shared_ptr< Variable >>> values)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onRPCNewDevices(std::vector< uint64_t > &ids, std::shared_ptr< Variable > deviceDescriptions)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onRPCUpdateDevice(uint64_t id, int32_t channel, std::string address, int32_t hint)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onRunScript(ScriptEngine::PScriptInfo &scriptInfo, bool wait)=0BaseLib::Systems::IFamilyEventSinkpure virtual
onServiceMessageEvent(const PServiceMessage &serviceMessage)=0BaseLib::Systems::IFamilyEventSinkpure virtual
~IEventSinkBase()BaseLib::IEventSinkBaseinlinevirtual