Photon C++ Client API: Member List

Photon C++ Client API

Photon C++ Client API  4.1.12.2
Client Member List

This is the complete list of members for Client, including all inherited members.

Client(Listener &listener, const Common::JString &applicationID, const Common::JString &appVersion, nByte connectionProtocol=Photon::ConnectionProtocol::DEFAULT)Client
connect(const AuthenticationValues &authenticationValues=AuthenticationValues(), const Common::JString &nameServerAddress=M_NAMESERVER)Clientvirtual
disconnect(void)Clientvirtual
dispatchIncomingCommands(void)Clientvirtual
fetchServerTimestamp(void)Clientvirtual
getByteCountCurrentDispatch(void) constClient
getByteCountLastOperation(void) constClient
getBytesIn(void) constClient
getBytesOut(void) constClient
getChannelCountUserChannels(void) constClient
getCRCEnabled(void) constClient
getDebugOutputLevel(void) constClient
getDisconnectedCause(void) constClient
getDisconnectTimeout(void) constClient
getIncomingReliableCommandsCount(void) constClient
getIsPayloadEncryptionAvailable(void) constClient
getLimitOfUnreliableCommands(void) constClient
getLogFormatOptions(void) constClient
getPacketLossByCRC(void) constClient
getPeerCount(void)Clientstatic
getPeerID(void) constClient
getPrivateChannel(const Common::JString &userName) constClient
getPrivateChannels(void) constClient
getPublicChannel(const Common::JString &channelName) constClient
getPublicChannels(void) constClient
getQueuedIncomingCommands(void) constClient
getQueuedOutgoingCommands(void) constClient
getQuickResendAttempts(void) constClient
getRegion(void) constClient
getResentReliableCommands(void) constClient
getRoundTripTime(void) constClient
getRoundTripTimeVariance(void) constClient
getSentCountAllowance(void) constClient
getServerTime(void) constClient
getServerTimeOffset(void) constClient
getState(void) constClient
getTimePingInterval(void) constClient
getTimestampOfLastSocketReceive(void) constClient
getTrafficStatsElapsedMs(void) constClient
getTrafficStatsEnabled(void) constClient
getTrafficStatsGameLevel(void) constClient
getTrafficStatsIncoming(void) constClient
getTrafficStatsOutgoing(void) constClient
getUserID(void) constClient
onPingResponse(const Common::JString &address, unsigned int pingResult)PhotonListenerprivatevirtual
opAddFriends(const Common::JVector< Common::JString > &userIDs)Clientvirtual
opPublishMessage(const Common::JString &channelName, const Ftype &message)Client
opPublishMessage(const Common::JString &channelName, const Ftype pMessageArray, typename Common::Helpers::ArrayLengthType< Ftype >::type arrSize)Client
opPublishMessage(const Common::JString &channelName, const Ftype pMessageArray, const short *pArrSizes)Client
opRemoveFriends(const Common::JVector< Common::JString > &userIDs)Clientvirtual
opSendPrivateMessage(const Common::JString &userName, const Ftype &message, bool encrypt=false) (defined in Client)Client
opSendPrivateMessage(const Common::JString &userName, const Ftype pMessageArray, typename Common::Helpers::ArrayLengthType< Ftype >::type arrSize, bool encrypt=false)Client
opSendPrivateMessage(const Common::JString &userName, const Ftype pMessageArray, const short *pArrSizes, bool encrypt=false)Client
opSetOnlineStatus(int status)Clientvirtual
opSetOnlineStatus(int status, const Ftype &message) (defined in Client)Client
opSetOnlineStatus(int status, const Ftype pMessageArray, typename Common::Helpers::ArrayLengthType< Ftype >::type arrSize)Client
opSetOnlineStatus(int status, const Ftype pMessageArray, const short *pArrSizes)Client
opSubscribe(const Common::JVector< Common::JString > &channels, int messagesFromHistory=0)Clientvirtual
opUnsubscribe(const Common::JVector< Common::JString > &channels)Clientvirtual
resetTrafficStats(void)Clientvirtual
resetTrafficStatsMaximumCounters(void)Clientvirtual
sendAcksOnly(void)Clientvirtual
sendOutgoingCommands(void)Clientvirtual
service(bool dispatchIncomingCommands=true)Clientvirtual
serviceBasic(void)Clientvirtual
setCRCEnabled(bool crcEnabled)Client
setDebugOutputLevel(int debugLevel)Client
setDisconnectTimeout(int disconnectTimeout)Client
setLimitOfUnreliableCommands(int value)Client
setLogFormatOptions(const Common::LogFormatOptions &formatOptions)Client
setQuickResendAttempts(nByte quickResendAttempts)Client
setRegion(const Common::JString &region)Client
setSentCountAllowance(int sentCountAllowance)Client
setTimePingInterval(int timePingInterval)Client
setTrafficStatsEnabled(bool trafficStatsEnabled)Client
vitalStatsToString(bool all) constClientvirtual
~BaseListener() (defined in BaseListener)BaseListenerprivatevirtual
~Client(void)Clientvirtual
~PhotonListener(void)PhotonListenerprivatevirtual