steam-min-cpp
Loading...
Searching...
No Matches
Steam::Events::MsgNotImplementedEvent Struct Reference

Emitted when a message type is not implemented by the client. More...

#include <events.hpp>

Inheritance diagram for Steam::Events::MsgNotImplementedEvent:

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::IPacketMsgpacket
 Raw packet associated with the message.

Detailed Description

Emitted when a message type is not implemented by the client.

Useful for debugging unsupported Steam message types.

Member Data Documentation

◆ packet

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.


The documentation for this struct was generated from the following file: