TrinityCore
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
WorldPackets::Battlenet::MethodCall Struct Reference

#include <BattlenetPackets.h>

Public Member Functions

uint32 GetServiceHash () const
 
uint32 GetMethodId () const
 

Public Attributes

uint64 Type = 0
 
uint64 ObjectId = 0
 
uint32 Token = 0
 

Member Function Documentation

uint32 WorldPackets::Battlenet::MethodCall::GetMethodId ( ) const
inline
36 { return uint32(Type & 0xFFFFFFFF); }
uint32_t uint32
Definition: g3dmath.h:168
Type
Type of JSON value.
Definition: rapidjson.h:642

+ Here is the caller graph for this function:

uint32 WorldPackets::Battlenet::MethodCall::GetServiceHash ( ) const
inline
35 { return uint32(Type >> 32); }
uint32_t uint32
Definition: g3dmath.h:168
Type
Type of JSON value.
Definition: rapidjson.h:642

+ Here is the caller graph for this function:

Member Data Documentation

uint64 WorldPackets::Battlenet::MethodCall::ObjectId = 0
uint32 WorldPackets::Battlenet::MethodCall::Token = 0
uint64 WorldPackets::Battlenet::MethodCall::Type = 0

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