|
steam-min-cpp
|
Emitted when a message type is not implemented by the client. More...
#include <events.hpp>
Public Member Functions | |
| MsgNotImplementedEvent (uint32_t e, const Steam::Messaging::Packets::IPacketMsg *p) | |
Public Attributes | |
| uint32_t | emsg |
| Numeric Steam message identifier. | |
| const Steam::Messaging::Packets::IPacketMsg * | packet |
| Raw packet associated with the message. | |
Emitted when a message type is not implemented by the client.
Useful for debugging unsupported Steam message types.
| const Steam::Messaging::Packets::IPacketMsg* Steam::Events::MsgNotImplementedEvent::packet |
Raw packet associated with the message.
Provided for debugging or custom handling. Most applications can safely ignore this pointer.