Photon C++ Client API
5.0.7.3
|
This is the complete list of members for Peer, including all inherited members.
connect(const Common::JString &ipAddr, const Common::JString &appID=Common::JString()) | PhotonPeer | virtual |
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, int arrSize) | PhotonPeer | |
connect(const Common::JString &ipAddr, const Common::JString &appID, const Ftype pCustomDataArray, const int *pArrSizes) | PhotonPeer | |
disconnect(void) | PhotonPeer | virtual |
dispatchIncomingCommands(void) | PhotonPeer | virtual |
establishEncryption(void) | PhotonPeer | virtual |
fetchServerTimestamp(void) | PhotonPeer | virtual |
getByteCountCurrentDispatch(void) const | PhotonPeer | |
getByteCountLastOperation(void) const | PhotonPeer | |
getBytesIn(void) const | PhotonPeer | |
getBytesOut(void) const | PhotonPeer | |
getChannelCountUserChannels(void) const | PhotonPeer | |
getConnectionProtocol(void) const | PhotonPeer | |
getCRCEnabled(void) const | PhotonPeer | |
getDebugOutputLevel(void) const | PhotonPeer | |
getDisconnectTimeout(void) const | PhotonPeer | |
getIncomingReliableCommandsCount(void) const | PhotonPeer | |
getIsEncryptionAvailable(void) const | PhotonPeer | |
getIsPayloadEncryptionAvailable(void) const | PhotonPeer | |
getLimitOfUnreliableCommands(void) const | PhotonPeer | |
getListener(void) | PhotonPeer | |
getLogFormatOptions(void) const | PhotonPeer | |
getMaxAppIDLength(void) | PhotonPeer | static |
getPacketLossByCRC(void) const | PhotonPeer | |
getPeerCount(void) | PhotonPeer | static |
getPeerID(void) const | PhotonPeer | |
getPeerState(void) const | PhotonPeer | |
getQueuedIncomingCommands(void) const | PhotonPeer | |
getQueuedOutgoingCommands(void) const | PhotonPeer | |
getQuickResendAttempts(void) const | PhotonPeer | |
getResentReliableCommands(void) const | PhotonPeer | |
getRoundTripTime(void) const | PhotonPeer | |
getRoundTripTimeVariance(void) const | PhotonPeer | |
getSentCountAllowance(void) const | PhotonPeer | |
getSerializationProtocol(void) const | PhotonPeer | |
getServerAddress(void) const | PhotonPeer | |
getServerTime(void) const | PhotonPeer | |
getServerTimeOffset(void) const | PhotonPeer | |
getTimePingInterval(void) const | PhotonPeer | |
getTimestampOfLastSocketReceive(void) const | PhotonPeer | |
getTrafficStatsElapsedMs(void) const | PhotonPeer | |
getTrafficStatsEnabled(void) const | PhotonPeer | |
getTrafficStatsGameLevel(void) const | PhotonPeer | |
getTrafficStatsIncoming(void) const | PhotonPeer | |
getTrafficStatsOutgoing(void) const | PhotonPeer | |
initUDPEncryption(const Common::JVector< nByte > &encryptSecret) | PhotonPeer | virtual |
initUserDataEncryption(const Common::JVector< nByte > &secret) | PhotonPeer | virtual |
opAddFriends(const Common::JVector< Common::JString > &userIDs) (defined in Peer) | Peer | virtual |
opAuthenticateOnFrontEnd(const Common::JString &secret) (defined in Peer) | Peer | virtual |
opAuthenticateOnNameServer(const Common::JString &appID, const Common::JString &appVersion, const Common::JString ®ion, const AuthenticationValues &authenticationValues=AuthenticationValues()) (defined in Peer) | Peer | virtual |
opCustom(const OperationRequest &operationRequest, bool sendReliable, nByte channelID=0, bool encrypt=false) | PhotonPeer | virtual |
opPublishMessage(const Common::JString &channelName, const Ftype &message) (defined in Peer) | Peer | |
opPublishMessage(const Common::JString &channelName, const Ftype pMessageArray, int arrSize) (defined in Peer) | Peer | |
opPublishMessage(const Common::JString &channelName, const Ftype pMessageArray, const int *pArrSizes) (defined in Peer) | Peer | |
opRemoveFriends(const Common::JVector< Common::JString > &userIDs) (defined in Peer) | Peer | virtual |
opSendPrivateMessage(const Common::JString &userName, const Ftype &message, bool encrypt=false) (defined in Peer) | Peer | |
opSendPrivateMessage(const Common::JString &userName, const Ftype pMessageArray, int arrSize, bool encrypt=false) (defined in Peer) | Peer | |
opSendPrivateMessage(const Common::JString &userName, const Ftype pMessageArray, const int *pArrSizes, bool encrypt=false) (defined in Peer) | Peer | |
opSetOnlineStatus(int status) (defined in Peer) | Peer | virtual |
opSetOnlineStatus(int status, const Ftype &message) (defined in Peer) | Peer | |
opSetOnlineStatus(int status, const Ftype pMessageArray, int arrSize) (defined in Peer) | Peer | |
opSetOnlineStatus(int status, const Ftype pMessageArray, const int *pArrSizes) (defined in Peer) | Peer | |
opSubscribe(const Common::JVector< Common::JString > &channels, int messagesFromHistory) (defined in Peer) | Peer | virtual |
opUnsubscribe(const Common::JVector< Common::JString > &channels) (defined in Peer) | Peer | virtual |
Peer(Photon::PhotonListener &listener, nByte connectionProtocol=Photon::ConnectionProtocol::DEFAULT, nByte serializationProtocol=Common::SerializationProtocol::DEFAULT) (defined in Peer) | Peer | |
PhotonPeer(PhotonListener &listener, nByte connectionProtocol=ConnectionProtocol::DEFAULT, nByte serializationProtocol=Common::SerializationProtocol::DEFAULT) | PhotonPeer | |
pingServer(const Common::JString &address, unsigned int pingAttempts) | PhotonPeer | virtual |
resetTrafficStats(void) | PhotonPeer | virtual |
resetTrafficStatsMaximumCounters(void) | PhotonPeer | virtual |
sendAcksOnly(void) | PhotonPeer | virtual |
sendOutgoingCommands(void) | PhotonPeer | virtual |
service(bool dispatchIncomingCommands=true) | PhotonPeer | virtual |
serviceBasic(void) | PhotonPeer | virtual |
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) const | PhotonPeer | virtual |
~Peer(void) (defined in Peer) | Peer | virtual |
~PhotonPeer(void) | PhotonPeer | virtual |