Message.writableStructure

Get a writable version of the structure.

class Message
writableStructure
()

Return Value

Type: Structure

The structure of the message. The structure is still owned by the message, which means that you should not free it and that the pointer becomes invalid when you free the message. This function checks if message is writable and will never return NULL.

MT safe.

Meta

Since

1.14