Message.getStructure

Access the structure of the message.

class Message
getStructure
()

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.

MT safe.

Meta