Table of Contents

Namespace PlayEveryWare.EpicOnlineServices.Samples.Network

Classes

EOSTransportManager
EOSTransportManager.Connection
NetworkSamplePlayer
P2PTransportPresenceData
UIP2PTransportMenu

Delegates

EOSTransportManager.OnConnectionClosedCallback

Called immediately before a fully opened remote peer connection is closed (closed either locally or remotely). Guaranteed to be called only if OnConnectionOpenedCallback was attempted to be called earlier for any given connection.

EOSTransportManager.OnConnectionOpenedCallback

Called immediately after a remote peer connection becomes fully opened (opened both locally and remotely).

EOSTransportManager.OnIncomingConnectionRequestedCallback

Called when a connection is originally requested by a remote peer (opened remotely but not yet locally). You may accept the connection by calling OpenConnection, or reject the connection by calling CloseConnection.

NetworkSamplePlayer.DisplayNameSetterDelegate