|
nx_metadata_sdk
1.0
Metadata SDK
|
#include <i_device_agent.h>
Public Member Functions | |
| virtual void | pushManifest (const IString *manifest)=0 |
Public Member Functions inherited from nx::sdk::Interface< IHandler, IHandler0 > | |
| virtual IRefCountable * | queryInterface (const InterfaceId *id) |
| Ptr< Interface > | queryInterface () |
| Ptr< const Interface > | queryInterface () const |
Static Public Member Functions | |
| static auto | interfaceId () |
Additional Inherited Members | |
Protected Member Functions inherited from nx::sdk::Interface< IHandler, IHandler0 > | |
| virtual IRefCountable * | queryInterface (const IRefCountable::InterfaceId *id) override |
| IRefCountable * | queryInterfaceSupportingDeprecatedId (const IRefCountable::InterfaceId *id, const Uuid &deprecatedInterfaceId) |
Callback methods which allow to pass data from the Plugin to the Server. The methods can be called from any thread at any moment.
|
pure virtual |
Must be called when the Plugin needs to change the data in the DeviceAgent manifest.
1.8.14