Trond Enger / d7a_1x

Fork of d7a_1x by WizziLab

Embed: (wiki syntax)

« Back to documentation index

d7a_callbacks_t Struct Reference

d7a_callbacks_t Struct Reference

File system callbacks. More...

#include <d7a.h>

Data Fields

WriteFileFunction write_file
 Write in local file.
ReadFileFunction read_file
 Read from local file.
NotifDoneFunction notif_done
 Is called when the notification is finished (depending on the retry policy)
UnsolicitedMsgFunction unsolicited_msg
 This function is called when an unsolicited message is catched.

Detailed Description

File system callbacks.

Definition at line 355 of file d7a.h.


Field Documentation

NotifDoneFunction notif_done

Is called when the notification is finished (depending on the retry policy)

Definition at line 361 of file d7a.h.

ReadFileFunction read_file

Read from local file.

Definition at line 359 of file d7a.h.

UnsolicitedMsgFunction unsolicited_msg

This function is called when an unsolicited message is catched.

Definition at line 363 of file d7a.h.

WriteFileFunction write_file

Write in local file.

Definition at line 357 of file d7a.h.