Photon objC Client API
5.0.7.4
|


Instance Methods | |
| (bool) | - opAuthenticateOnNameServer:appID:appVersion:region: |
| (bool) | - opAuthenticateOnFrontEnd: |
| (bool) | - opSubscribe: |
| (bool) | - opSubscribe:channels: |
| (bool) | - opUnsubscribe: |
| (bool) | - opPublishMessage:channelName: |
| (bool) | - opSendPrivateMessage:target: |
| (bool) | - opSendPrivateMessage:target:message: |
| (bool) | - opSetOnlineStatus:status:message: |
| (bool) | - opAddFriends: |
| (bool) | - opRemoveFriends: |
Instance Methods inherited from EGPhotonPeer | |
| (instancetype) | - NS_UNAVAILABLE |
| (instancetype) | - initWithPhotonListener: |
| (instancetype) | - initWithPhotonListener:listener: |
| (bool) | - connect: |
| (bool) | - connect:ipAddr: |
| (void) | - disconnect |
| (void) | - service |
| (void) | - service: |
| (void) | - serviceBasic |
| (bool) | - opCustom:operationRequest: |
| (bool) | - opCustom:operationRequest:sendReliable: |
| (bool) | - opCustom:operationRequest:sendReliable:channelID: |
| (bool) | - sendOutgoingCommands |
| (bool) | - sendAcksOnly |
| (bool) | - dispatchIncomingCommands |
| (bool) | - establishEncryption |
| (void) | - fetchServerTimestamp |
| (void) | - resetTrafficStats |
| (void) | - resetTrafficStatsMaximumCounters |
| (NSString *) | - vitalStatsToString: |
| (void) | - pingServer:address: |
| (instancetype) | - initWithPhotonListener:listener:connectionProtocol: [implementation] |
Additional Inherited Members | |
Properties inherited from EGPhotonPeer | |
| id< EGPhotonListener > | Listener |
| int | ServerTimeOffset |
| int | ServerTime |
| int | BytesOut |
| int | BytesIn |
| int | ByteCountCurrentDispatch |
| int | ByteCountLastOperation |
| int | Peerstate |
| int | SentCountAllowance |
| int | TimePingInterval |
| int | RoundTripTime |
| int | RoundTripTimeVariance |
| int | TimestampOfLastSocketReceive |
| int | DebugOutputLevel |
| short | PeerID |
| bool | IsEncryptionAvailable |
| int | IncomingReliableCommandsCount |
| int | DisconnectTimeout |
| int | QueuedIncomingCommands |
| int | QueuedOutgoingCommands |
| NSString * | ServerAddress |
| int | ResentReliableCommands |
| int | LimitOfUnreliableCommands |
| bool | CRCEnabled |
| int | PacketLossByCRC |
| bool | TrafficStatsEnabled |
| int | TrafficStatsElapsedMs |
| EGTrafficStats * | TrafficStatsIncoming |
| EGTrafficStats * | TrafficStatsOutgoing |
| EGTrafficStatsGameLevel * | TrafficStatsGameLevel |
| nByte | QuickResendAttempts |
| short | PeerCount |
| ExitGames::Photon::PhotonPeer * | Implementation [implementation] |
| id< EGPhotonListener > | InternalListener [implementation] |
| EGLogger * | Logger [implementation] |