IDA C++ SDK 9.2
Loading...
Searching...
No Matches
pkt_rpc_notify_t Struct Reference

#include <lumina.hpp>

Inheritance diagram for pkt_rpc_notify_t:
rpc_packet_data_t

Public Member Functions

 pkt_rpc_notify_t (rpc_notification_type_t __type=rnt_unknown, const char *__text=nullptr)
virtual ~pkt_rpc_notify_t ()
virtual void serialize (bytevec_t *out, int version) const override
virtual bool deserialize (const uchar **ptr, size_t len, int version) override
Public Member Functions inherited from rpc_packet_data_t
 rpc_packet_data_t (uchar _code)
virtual ~rpc_packet_data_t ()

Public Attributes

rpc_notification_type_t type
qstring text
Public Attributes inherited from rpc_packet_data_t
uchar code

Constructor & Destructor Documentation

◆ pkt_rpc_notify_t()

pkt_rpc_notify_t::pkt_rpc_notify_t ( rpc_notification_type_t __type = rnt_unknown,
const char * __text = nullptr )
inline

◆ ~pkt_rpc_notify_t()

virtual pkt_rpc_notify_t::~pkt_rpc_notify_t ( )
virtual

Member Function Documentation

◆ serialize()

virtual void pkt_rpc_notify_t::serialize ( bytevec_t * out,
int version ) const
overridevirtual

Implements rpc_packet_data_t.

◆ deserialize()

virtual bool pkt_rpc_notify_t::deserialize ( const uchar ** ptr,
size_t len,
int version )
overridevirtual

Implements rpc_packet_data_t.

Member Data Documentation

◆ type

rpc_notification_type_t pkt_rpc_notify_t::type

◆ text

qstring pkt_rpc_notify_t::text

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