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

#include <lumina.hpp>

Inheritance diagram for pkt_helo_result_t:
rpc_packet_data_t

Public Member Functions

 pkt_helo_result_t (const lumina_user_t &__user=lumina_user_t())
virtual ~pkt_helo_result_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

lumina_user_t user
Public Attributes inherited from rpc_packet_data_t
uchar code

Constructor & Destructor Documentation

◆ pkt_helo_result_t()

pkt_helo_result_t::pkt_helo_result_t ( const lumina_user_t & __user = lumina_user_t())
inline

◆ ~pkt_helo_result_t()

virtual pkt_helo_result_t::~pkt_helo_result_t ( )
virtual

Member Function Documentation

◆ serialize()

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

Implements rpc_packet_data_t.

◆ deserialize()

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

Implements rpc_packet_data_t.

Member Data Documentation

◆ user

lumina_user_t pkt_helo_result_t::user

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