T-Box Basic dev
Loading...
Searching...
No Matches
tbox_dbus_param_t Struct Reference

D-Bus 消息参数 More...

#include <dbus.h>

Data Fields

tbox_dbus_type_t type
 参数类型
tbox_dbus_type_t array_type
 数组元素类型
uint32_t array_len
 数组长度
union { 
   uint32_t   u32 
 无符号 32 位整数
   int32_t   i32 
 有符号 32 位整数
   uint16_t   u16 
 无符号 16 位整数
   int16_t   i16 
 有符号 16 位整数
   uint8_t   u8 
 无符号 8 位整数
   bool   b 
 布尔值
   char *   str 
 字符串
   void *   array 
 数组数据
type_info

Detailed Description

D-Bus 消息参数


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