User`s manual
65
add_interface
Instantiates an interface of the given class, making all public methods inside that class 
available to be called via RPC. The interface will also be added to interfaces.ini so that 
on startup the interface will still be available.
Parameter  Type Description
interface_class string Name of the interface class to be instantiated.
Parameter  Type Description
interface_class string Name of the interface class that was instantiated.
add_interface Parameters:
add_interface_response Parameters:
remove_interface
Removes an interface of the given class, making all public methods inside that class 
unavailable to be called via RPC. Also removes the interface from interfaces.ini so that it 
will not be made available at startup.
Parameter  Type Description
interface_class string Name of the interface class to be removed.
Parameter  Type Description
interface_class string Name of the interface class that was removed.
remove_interface Parameters:
remove_interface_response Parameters:










