Ubus
OpenWrt system message/RPC bus.
ubus_notify_request Struct Reference

#include <libubus.h>

Collaboration diagram for ubus_notify_request:

Data Fields

struct ubus_request req
 
ubus_notify_complete_handler_t status_cb
 
ubus_notify_complete_handler_t complete_cb
 
ubus_notify_data_handler_t data_cb
 
uint32_t pending
 
uint32_t id [16+1]
 

Detailed Description

Definition at line 231 of file libubus.h.

Field Documentation

◆ complete_cb

ubus_notify_complete_handler_t ubus_notify_request::complete_cb

Definition at line 235 of file libubus.h.

◆ data_cb

ubus_notify_data_handler_t ubus_notify_request::data_cb

Definition at line 236 of file libubus.h.

◆ id

uint32_t ubus_notify_request::id[16+1]

Definition at line 239 of file libubus.h.

◆ pending

uint32_t ubus_notify_request::pending

Definition at line 238 of file libubus.h.

◆ req

struct ubus_request ubus_notify_request::req

Definition at line 228 of file libubus.h.

◆ status_cb

ubus_notify_complete_handler_t ubus_notify_request::status_cb

Definition at line 234 of file libubus.h.


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