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)Peervirtual
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
opAuthenticate(const Common::JString &appID, const Common::JString &appVersion, bool encrypted, const AuthenticationValues &authenticationValues=AuthenticationValues(), bool lobbyStats=false, const Common::JString &regionCode=Common::JString()) (defined in Peer)Peervirtual
opAuthenticateOnce(const Common::JString &appID, const Common::JString &appVersion, nByte connectionProtocol, nByte encryptionMode, const AuthenticationValues &authenticationValues=AuthenticationValues(), bool lobbyStats=false, const Common::JString &regionCode=Common::JString()) (defined in Peer)Peervirtual
opChangeGroups(const Common::JVector< nByte > *pGroupsToRemove, const Common::JVector< nByte > *pGroupsToAdd) (defined in Peer)Peervirtual
opCreateRoom(const Common::JString &gameID, const RoomOptions &options=RoomOptions(), const Common::Hashtable &customLocalPlayerProperties=Common::Hashtable(), const Common::JVector< Common::JString > &expectedUsers=Common::JVector< Common::JString >()) (defined in Peer)Peervirtual
opCustom(const OperationRequest &operationRequest, bool sendReliable, nByte channelID=0, bool encrypt=false)PhotonPeervirtual
opFindFriends(const Common::JString *friendsToFind, short numFriendsToFind) (defined in Peer)Peervirtual
opGetRegions(bool encrypted, const Common::JString &appID) (defined in Peer)Peervirtual
opJoinLobby(const Common::JString &lobbyName=Common::JString(), nByte lobbyType=LobbyType::DEFAULT) (defined in Peer)Peervirtual
opJoinRandomRoom(const Common::Hashtable &customRoomProperties=Common::Hashtable(), nByte maxPlayers=0, nByte matchmakingMode=MatchmakingMode::FILL_ROOM, const Common::JString &lobbyName=Common::JString(), nByte lobbyType=LobbyType::DEFAULT, const Common::JString &sqlLobbyFilter=Common::JString(), const Common::JVector< Common::JString > &expectedUsers=Common::JVector< Common::JString >()) (defined in Peer)Peervirtual
opJoinRoom(const Common::JString &gameID, const RoomOptions &options=RoomOptions(), const Common::Hashtable &customLocalPlayerProperties=Common::Hashtable(), bool createIfNotExists=false, bool rejoin=false, int cacheSliceIndex=0, const Common::JVector< Common::JString > &expectedUsers=Common::JVector< Common::JString >()) (defined in Peer)Peervirtual
opLeaveLobby(void) (defined in Peer)Peervirtual
opLeaveRoom(bool willComeBack=false, bool sendAuthCookie=false) (defined in Peer)Peervirtual
opLobbyStats(const Common::JVector< LoadBalancing::LobbyStatsRequest > &lobbiesToQuery=Common::JVector< LoadBalancing::LobbyStatsRequest >()) (defined in Peer)Peervirtual
opRaiseEvent(bool reliable, const Ftype &parameters, nByte eventCode, const RaiseEventOptions &options=RaiseEventOptions()) (defined in Peer)Peer
opRaiseEvent(bool reliable, const Ftype pParameterArray, typename Common::Helpers::ArrayLengthType< Ftype >::type arrSize, nByte eventCode, const RaiseEventOptions &options=RaiseEventOptions()) (defined in Peer)Peer
opRaiseEvent(bool reliable, const Ftype pParameterArray, const short *pArrSizes, nByte eventCode, const RaiseEventOptions &options=RaiseEventOptions()) (defined in Peer)Peer
opSetPropertiesOfPlayer(int playerNr, const Common::Hashtable &properties, const Common::Hashtable &expectedProperties=Common::Hashtable(), WebFlags webFlags=WebFlags()) (defined in Peer)Peervirtual
opSetPropertiesOfRoom(const Common::Hashtable &properties, const Common::Hashtable &expectedProperties=Common::Hashtable(), WebFlags webFlags=WebFlags()) (defined in Peer)Peervirtual
opWebRpc(const Common::JString &uriPath) (defined in Peer)Peervirtual
opWebRpc(const Common::JString &uriPath, const Ftype &parameters, bool sendAuthCookie=false) (defined in Peer)Peer
opWebRpc(const Common::JString &uriPath, const Ftype pParameterArray, typename Common::Helpers::ArrayLengthType< Ftype >::type arrSize, bool sendAuthCookie=false) (defined in Peer)Peer
opWebRpc(const Common::JString &uriPath, const Ftype pParameterArray, const short *pArrSizes, bool sendAuthCookie=false) (defined in Peer)Peer
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