TrinityCore
bgs::protocol::connection::v1 Namespace Reference

Classes

class  BindRequest
 
class  BindResponse
 
class  BoundService
 
class  ClientSdkVersionInfo
 
class  ConnectionMeteringContentHandles
 
class  ConnectionService
 
class  ConnectRequest
 
class  ConnectResponse
 
class  DisconnectNotification
 
class  DisconnectRequest
 
class  EchoRequest
 
class  EchoResponse
 
class  EncryptRequest
 

Enumerations

enum  MeteringLevel { METERING_LEVEL_LEGACY = 0 , METERING_LEVEL_CATEGORIZED = 1 }
 

Functions

void TC_PROTO_API protobuf_AddDesc_connection_5fservice_2eproto ()
 
void protobuf_AssignDesc_connection_5fservice_2eproto ()
 
void protobuf_ShutdownFile_connection_5fservice_2eproto ()
 
TC_PROTO_API bool MeteringLevel_IsValid (int value)
 
TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * MeteringLevel_descriptor ()
 
const ::std::string & MeteringLevel_Name (MeteringLevel value)
 
bool MeteringLevel_Parse (const ::std::string &name, MeteringLevel *value)
 

Variables

const MeteringLevel MeteringLevel_MIN = METERING_LEVEL_LEGACY
 
const MeteringLevel MeteringLevel_MAX = METERING_LEVEL_CATEGORIZED
 
const int MeteringLevel_ARRAYSIZE = MeteringLevel_MAX + 1
 

Enumeration Type Documentation

◆ MeteringLevel

Enumerator
METERING_LEVEL_LEGACY 
METERING_LEVEL_CATEGORIZED 

Definition at line 60 of file connection_service.pb.h.

Function Documentation

◆ MeteringLevel_descriptor()

TC_PROTO_APIconst ::google::protobuf::EnumDescriptor * bgs::protocol::connection::v1::MeteringLevel_descriptor ( )
+ Here is the caller graph for this function:

◆ MeteringLevel_IsValid()

TC_PROTO_API bool bgs::protocol::connection::v1::MeteringLevel_IsValid ( int  value)
+ Here is the caller graph for this function:

◆ MeteringLevel_Name()

const ::std::string & bgs::protocol::connection::v1::MeteringLevel_Name ( MeteringLevel  value)
inline

Definition at line 70 of file connection_service.pb.h.

+ Here is the call graph for this function:

◆ MeteringLevel_Parse()

bool bgs::protocol::connection::v1::MeteringLevel_Parse ( const ::std::string &  name,
MeteringLevel value 
)
inline

Definition at line 74 of file connection_service.pb.h.

+ Here is the call graph for this function:

◆ protobuf_AddDesc_connection_5fservice_2eproto()

void TC_PROTO_API bgs::protocol::connection::v1::protobuf_AddDesc_connection_5fservice_2eproto ( )

◆ protobuf_AssignDesc_connection_5fservice_2eproto()

void bgs::protocol::connection::v1::protobuf_AssignDesc_connection_5fservice_2eproto ( )

◆ protobuf_ShutdownFile_connection_5fservice_2eproto()

void bgs::protocol::connection::v1::protobuf_ShutdownFile_connection_5fservice_2eproto ( )

Variable Documentation

◆ MeteringLevel_ARRAYSIZE

const int bgs::protocol::connection::v1::MeteringLevel_ARRAYSIZE = MeteringLevel_MAX + 1

Definition at line 67 of file connection_service.pb.h.

◆ MeteringLevel_MAX

const MeteringLevel bgs::protocol::connection::v1::MeteringLevel_MAX = METERING_LEVEL_CATEGORIZED

Definition at line 66 of file connection_service.pb.h.

◆ MeteringLevel_MIN

const MeteringLevel bgs::protocol::connection::v1::MeteringLevel_MIN = METERING_LEVEL_LEGACY

Definition at line 65 of file connection_service.pb.h.