Searched defs:DataAttributes (Results 1 – 2 of 2) sorted by relevance
47 struct DataAttributes struct49 DataVersionType version; //!< Data version.50 DataTypeType type; //!< Data type.51 OwnerIdType ownerId; //!< Data sender ID.52 u8 padding[4];53 DataIdType id; //!< Data ID.54 NotificationIdType notificationId; //!< Data notification ID.55 DataSizeType size; //!< Data size.
59 struct DataAttributes struct61 u64 size; //!< Data size.62 char name[NSDATA_NAME_MAX_LENGTH_WITH_NULL]; //!< Data name.63 char attribute1[ATTRIBUTE_MAX_LENGTH_WITH_NULL]; //!< Attribute 164 char attribute2[ATTRIBUTE_MAX_LENGTH_WITH_NULL]; //!< Attribute 265 char attribute3[ATTRIBUTE_MAX_LENGTH_WITH_NULL]; //!< Attribute 366 u16 type; //!< Data type.67 char description[DESCRIPTION_MAX_LENGTH_WITH_NULL]; //!< Description