Skip to content

QuantumGate::Extender::PeerEvent::GetMessageData

Karel Donk edited this page Dec 10, 2019 · 1 revision

Returns a pointer to the message data of the event.

Signature

const Buffer* GetMessageData() const noexcept;

Return values

Returns a pointer to a QuantumGate::Buffer object containing the message data for the event. If there is no message data the pointer will be equal to nullptr.

Clone this wiki locally