Restore GDBus API from async to sync.
[platform/core/connectivity/zigbee-manager.git] / common / include / zigbee_types.h
index 4b35d5e..0b96d42 100644 (file)
  */
 #define ZIGBEE_ZDO_BIND_ADDRESS_MAX_LEN 8
 
+ /* --------------------------------------------------------------------------------------
+ * For Responses
+ * -------------------------------------------------------------------------------------*/
+
+ /**
+ * @brief Definition for general response.
+ * @since_tizen 4.0
+ */
+typedef struct {
+       int result; /**< Result */
+} ZigbeeGeneralResp_t;
+
 #endif /* __ZIGBEE_TYPES_H__ */