-
Notifications
You must be signed in to change notification settings - Fork 23
QuantumGate::Extender::PeerEvent::GetMessageData
Karel Donk edited this page Dec 10, 2019
·
1 revision
Returns a pointer to the message data of the event.
const Buffer* GetMessageData() const noexcept;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.