Typedefs | |
| typedef void(* | config_cbk )() |
| A callback for DPWSCore configuration change. | |
Functions | |
| DC_RT_FMAC1 int | dpws_register_dyndepl_loader () |
| Register a the dynamic loader for the dynamic deployment service itself. | |
| DC_RT_FMAC1 int | dpws_register_config_cbk (config_cbk cbk) |
| Register a callback called when configuration changed because of dynamic deployment service operations. | |
Register a dynamic loader for the dynamic deployment server feature that provides, using an incomplete WS-Management implementation, a framework to deploy dynamically services.
| typedef void(* config_cbk)() |
A callback for DPWSCore configuration change.
| DC_RT_FMAC1 int dpws_register_dyndepl_loader | ( | ) |
Register a the dynamic loader for the dynamic deployment service itself.
| DC_RT_FMAC1 int dpws_register_config_cbk | ( | config_cbk | cbk | ) |
Register a callback called when configuration changed because of dynamic deployment service operations.
| cbk | The "configuration changed" callback. |
1.5.8