ObjFW  Diff

Differences From Artifact [dfd1b561fa]:

To Artifact [386dd06c1d]:


38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
 * The MessagePack extension type.
 */
@property (readonly) int8_t type;

/*!
 * @return The data of the extension.
 */
@property (readonly, retain) OFDataArray *data;

/*!
 * @brief Creates a new OFMessagePackRepresentation with the specified type and
 *	  data.
 *
 * @param type The MessagePack extension type
 * @param data The data for the extension







|







38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
 * The MessagePack extension type.
 */
@property (readonly) int8_t type;

/*!
 * @return The data of the extension.
 */
@property (readonly, nonatomic) OFDataArray *data;

/*!
 * @brief Creates a new OFMessagePackRepresentation with the specified type and
 *	  data.
 *
 * @param type The MessagePack extension type
 * @param data The data for the extension