#include <ServiceBase.h>
|
virtual void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request, std::function< void(MessageBuffer)> callback)=0 |
|
virtual void | SendRequest (uint32 serviceHash, uint32 methodId, google::protobuf::Message const *request)=0 |
|
virtual void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, uint32 status)=0 |
|
virtual void | SendResponse (uint32 serviceHash, uint32 methodId, uint32 token, google::protobuf::Message const *response)=0 |
|
virtual std::string | GetCallerInfo () const =0 |
|
virtual ServiceBase::~ServiceBase |
( |
| ) |
|
|
inlinevirtual |
Implemented in bgs::protocol::account::v1::AccountListener, bgs::protocol::account::v1::AccountService, bgs::protocol::authentication::v1::AuthenticationService, bgs::protocol::authentication::v1::AuthenticationListener, bgs::protocol::channel::v1::ChannelListener, bgs::protocol::channel::v1::ChannelService, bgs::protocol::friends::v1::FriendsListener, bgs::protocol::challenge::v1::ChallengeListener, bgs::protocol::challenge::v1::ChallengeService, bgs::protocol::friends::v1::FriendsService, bgs::protocol::user_manager::v1::UserManagerListener, bgs::protocol::game_utilities::v1::GameUtilitiesService, bgs::protocol::user_manager::v1::UserManagerService, bgs::protocol::connection::v1::ConnectionService, bgs::protocol::presence::v1::PresenceService, bgs::protocol::report::v1::ReportService, and bgs::protocol::resources::v1::ResourcesService.
virtual std::string ServiceBase::GetCallerInfo |
( |
| ) |
const |
|
protectedpure virtual |
The documentation for this class was generated from the following file: