Photon C++ Client API: Member List

Photon C++ Client API

Photon C++ Client API  4.1.12.2
Peer Member List

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

connect(const Common::JString &ipAddr, const Common::JString &appID=Common::JString())PhotonPeervirtual
connect(const Common::JString &ipAddr, const Common::JString &appID, const Ftype &customData)PhotonPeer
connect(const Common::JString &ipAddr, const Common::JString &appID, const Ftype pCustomDataArray, typename Common::Helpers::ArrayLengthType< Ftype >::type arrSize)PhotonPeer
connect(const Common::JString &ipAddr, const Common::JString &appID, const Ftype pCustomDataArray, const short *pArrSizes)PhotonPeer
disconnect(void)PhotonPeervirtual
dispatchIncomingCommands(void)PhotonPeervirtual
establishEncryption(void)PhotonPeervirtual
fetchServerTimestamp(void)PhotonPeervirtual
getByteCountCurrentDispatch(void) constPhotonPeer
getByteCountLastOperation(void) constPhotonPeer
getBytesIn(void) constPhotonPeer
getBytesOut(void) constPhotonPeer
getChannelCountUserChannels(void) constPhotonPeer
getConnectionProtocol(void) constPhotonPeer
getCRCEnabled(void) constPhotonPeer
getDebugOutputLevel(void) constPhotonPeer
getDisconnectTimeout(void) constPhotonPeer
getIncomingReliableCommandsCount(void) constPhotonPeer
getIsEncryptionAvailable(void) constPhotonPeer
getIsPayloadEncryptionAvailable(void) constPhotonPeer
getLimitOfUnreliableCommands(void) constPhotonPeer
getListener(void)PhotonPeer
getLogFormatOptions(void) constPhotonPeer
getMaxAppIDLength(void)PhotonPeerstatic
getPacketLossByCRC(void) constPhotonPeer
getPeerCount(void)PhotonPeerstatic
getPeerID(void) constPhotonPeer
getPeerState(void) constPhotonPeer
getQueuedIncomingCommands(void) constPhotonPeer
getQueuedOutgoingCommands(void) constPhotonPeer
getQuickResendAttempts(void) constPhotonPeer
getResentReliableCommands(void) constPhotonPeer
getRoundTripTime(void) constPhotonPeer
getRoundTripTimeVariance(void) constPhotonPeer
getSentCountAllowance(void) constPhotonPeer
getServerAddress(void) constPhotonPeer
getServerTime(void) constPhotonPeer
getServerTimeOffset(void) constPhotonPeer
getTimePingInterval(void) constPhotonPeer
getTimestampOfLastSocketReceive(void) constPhotonPeer
getTrafficStatsElapsedMs(void) constPhotonPeer
getTrafficStatsEnabled(void) constPhotonPeer
getTrafficStatsGameLevel(void) constPhotonPeer
getTrafficStatsIncoming(void) constPhotonPeer
getTrafficStatsOutgoing(void) constPhotonPeer
initUDPEncryption(const Common::JVector< nByte > &encryptSecret, const Common::JVector< nByte > &HMACSecret)PhotonPeervirtual
initUserDataEncryption(const Common::JVector< nByte > &secret)PhotonPeervirtual
opAddFriends(const Common::JVector< Common::JString > &userIDs) (defined in Peer)Peervirtual
opAuthenticateOnFrontEnd(const Common::JString &secret) (defined in Peer)Peervirtual
opAuthenticateOnNameServer(const Common::JString &appID, const Common::JString &appVersion, const Common::JString &region, const AuthenticationValues &authenticationValues=AuthenticationValues()) (defined in Peer)Peervirtual
opCustom(const OperationRequest &operationRequest, bool sendReliable, nByte channelID=0, bool encrypt=false)PhotonPeervirtual
opPublishMessage(const Common::JString &channelName, const Ftype &message) (defined in Peer)Peer
opPublishMessage(const Common::JString &channelName, const Ftype pMessageArray, typename Common::Helpers::ArrayLengthType< Ftype >::type arrSize) (defined in Peer)Peer
opPublishMessage(const Common::JString &channelName, const Ftype pMessageArray, const short *pArrSizes) (defined in Peer)Peer
opRemoveFriends(const Common::JVector< Common::JString > &userIDs) (defined in Peer)Peervirtual
opSendPrivateMessage(const Common::JString &userName, const Ftype &message, bool encrypt=false) (defined in Peer)Peer
opSendPrivateMessage(const Common::JString &userName, const Ftype pMessageArray, typename Common::Helpers::ArrayLengthType< Ftype >::type arrSize, bool encrypt=false) (defined in Peer)Peer
opSendPrivateMessage(const Common::JString &userName, const Ftype pMessageArray, const short *pArrSizes, bool encrypt=false) (defined in Peer)Peer
opSetOnlineStatus(int status) (defined in Peer)Peervirtual
opSetOnlineStatus(int status, const Ftype &message) (defined in Peer)Peer
opSetOnlineStatus(int status, const Ftype pMessageArray, typename Common::Helpers::ArrayLengthType< Ftype >::type arrSize) (defined in Peer)Peer
opSetOnlineStatus(int status, const Ftype pMessageArray, const short *pArrSizes) (defined in Peer)Peer
opSubscribe(const Common::JVector< Common::JString > &channels, int messagesFromHistory) (defined in Peer)Peervirtual
opUnsubscribe(const Common::JVector< Common::JString > &channels) (defined in Peer)Peervirtual
Peer(Photon::PhotonListener &listener, nByte connectionProtocol=Photon::ConnectionProtocol::DEFAULT) (defined in Peer)Peer
PhotonPeer(PhotonListener &listener, nByte connectionProtocol=ConnectionProtocol::DEFAULT)PhotonPeer
pingServer(const Common::JString &address, unsigned int pingAttempts)PhotonPeervirtual
resetTrafficStats(void)PhotonPeervirtual
resetTrafficStatsMaximumCounters(void)PhotonPeervirtual
sendAcksOnly(void)PhotonPeervirtual
sendOutgoingCommands(void)PhotonPeervirtual
service(bool dispatchIncomingCommands=true)PhotonPeervirtual
serviceBasic(void)PhotonPeervirtual
setConnectionProtocol(nByte connectionProtocol)PhotonPeer
setCRCEnabled(bool crcEnabled)PhotonPeer
setDebugOutputLevel(int debugLevel)PhotonPeer
setDisconnectTimeout(int disconnectTimeout)PhotonPeer
setLimitOfUnreliableCommands(int value)PhotonPeer
setLogFormatOptions(const Common::LogFormatOptions &formatOptions)PhotonPeer
setQuickResendAttempts(nByte quickResendAttempts)PhotonPeer
setSentCountAllowance(int sentCountAllowance)PhotonPeer
setTimePingInterval(int timePingInterval)PhotonPeer
setTrafficStatsEnabled(bool trafficStasEnabled)PhotonPeer
vitalStatsToString(bool all) constPhotonPeervirtual
~Peer(void) (defined in Peer)Peervirtual
~PhotonPeer(void)PhotonPeervirtual