Ubus
OpenWrt system message/RPC bus.
ubus_object_type Struct Reference

#include <libubus.h>

Collaboration diagram for ubus_object_type:

Data Fields

const char * name
 
uint32_t id
 
const struct ubus_methodmethods
 
int n_methods
 
struct ubus_id id
 
int refcount
 
struct list_head methods
 

Detailed Description

Definition at line 118 of file libubus.h.

Field Documentation

◆ id [1/2]

uint32_t ubus_object_type::id

Definition at line 120 of file libubus.h.

◆ id [2/2]

struct ubus_id ubus_object_type::id

Definition at line 82 of file ubusd_obj.h.

◆ methods [1/2]

const struct ubus_method* ubus_object_type::methods

Definition at line 122 of file libubus.h.

◆ methods [2/2]

struct list_head ubus_object_type::methods

Definition at line 28 of file ubusd_obj.h.

◆ n_methods

int ubus_object_type::n_methods

Definition at line 123 of file libubus.h.

◆ name

const char* ubus_object_type::name

Definition at line 119 of file libubus.h.

◆ refcount

int ubus_object_type::refcount

Definition at line 28 of file ubusd_obj.h.


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