dnp3  0.9.0
Public Attributes | List of all members
dnp3_restart_task_callback_t Struct Reference

Handler for restart tasks. More...

#include <dnp3.h>

Public Attributes

void(* on_complete )(dnp3_restart_result_t, void *)
 Called when the restart task reached completion or failed. More...
 
void(* on_destroy )(void *arg)
 Callback when the underlying owner doesn't need the interface anymore. More...
 
void * ctx
 Context data.
 

Detailed Description

Handler for restart tasks.

Member Data Documentation

◆ on_complete

void(* dnp3_restart_task_callback_t::on_complete) (dnp3_restart_result_t, void *)

Called when the restart task reached completion or failed.

Parameters
resultResult of the restart task
ctxContext data

◆ on_destroy

void(* dnp3_restart_task_callback_t::on_destroy) (void *arg)

Callback when the underlying owner doesn't need the interface anymore.

Parameters
argContext data

The documentation for this struct was generated from the following file: