#include <dbus_dict_helpers.h>
Public Attributes | |
union { | |
dbus_bool_t bool_value | |
char byte_value | |
char * bytearray_value | |
double double_value | |
dbus_int16_t int16_value | |
dbus_int32_t int32_value | |
dbus_int64_t int64_value | |
char * str_value | |
char ** strarray_value | |
dbus_uint16_t uint16_value | |
dbus_uint32_t uint32_value | |
dbus_uint64_t uint64_value | |
}; | |
dbus_uint32_t | array_len |
int | array_type |
const char * | key |
int | type |
Definition at line 102 of file dbus_dict_helpers.h.
union { ... } |
key of the dict entry Possible values of the property
dbus_uint32_t wpa_dbus_dict_entry::array_len |
Definition at line 123 of file dbus_dict_helpers.h.
the dbus type of the dict entry's value
Definition at line 104 of file dbus_dict_helpers.h.
dbus_bool_t wpa_dbus_dict_entry::bool_value |
Definition at line 112 of file dbus_dict_helpers.h.
Definition at line 111 of file dbus_dict_helpers.h.
Definition at line 120 of file dbus_dict_helpers.h.
Definition at line 119 of file dbus_dict_helpers.h.
dbus_int16_t wpa_dbus_dict_entry::int16_value |
Definition at line 113 of file dbus_dict_helpers.h.
dbus_int32_t wpa_dbus_dict_entry::int32_value |
Definition at line 115 of file dbus_dict_helpers.h.
dbus_int64_t wpa_dbus_dict_entry::int64_value |
Definition at line 117 of file dbus_dict_helpers.h.
const char* wpa_dbus_dict_entry::key |
the dbus type of the array elements if the dict entry value contains an array
Definition at line 106 of file dbus_dict_helpers.h.
Definition at line 110 of file dbus_dict_helpers.h.
Definition at line 121 of file dbus_dict_helpers.h.
Definition at line 103 of file dbus_dict_helpers.h.
dbus_uint16_t wpa_dbus_dict_entry::uint16_value |
Definition at line 114 of file dbus_dict_helpers.h.
dbus_uint32_t wpa_dbus_dict_entry::uint32_value |
Definition at line 116 of file dbus_dict_helpers.h.
dbus_uint64_t wpa_dbus_dict_entry::uint64_value |
Definition at line 118 of file dbus_dict_helpers.h.