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

Handler for link status check. More...

#include <dnp3.h>

Public Attributes

void(* on_complete )(dnp3_link_status_result_t, void *)
 Called when a link status is received. 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 link status check.

Member Data Documentation

◆ on_complete

void(* dnp3_link_status_callback_t::on_complete) (dnp3_link_status_result_t, void *)

Called when a link status is received.

Parameters
resultResult of the link status
ctxContext data

◆ on_destroy

void(* dnp3_link_status_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: