#include <method.h>
Public Member Functions | |
virtual std::vector< CallMethodResult > | Call (const std::vector< CallMethodRequest > &methodsToCall)=0 |
virtual void | SetMethod (const NodeId &node, std::function< std::vector< OpcUa::Variant >(NodeId context, std::vector< OpcUa::Variant > arguments)> callback)=0 |
Additional Inherited Members | |
![]() | |
Interface () | |
Interface (const Interface &)=delete | |
const Interface & | operator= (const Interface &)=delete |
virtual | ~Interface () |
|
pure virtual |
Implemented in OpcUa::Internal::AddressSpaceInMemory, and OpcUa::Internal::AddressSpaceAddon.
|
pure virtual |