TibrvMsgField::getData()

Method

Declaration

tibrvLocalData getData() const;

Purpose

Get the data value of a field.

Remarks

This method returns the value of the member field.data.

Warning 

Do not use this method to access opaque data that requires memory alignment; the C struct tibrvLocalData does not necessarily preserve alignment. Instead, see Add Opaque Byte Sequence, Get Opaque Byte Sequence, or Update Opaque Byte Sequence.