Space Engineers
Public Member Functions | List of all members
VRage.Network.IMyPeerCallback Interface Reference
Inheritance diagram for VRage.Network.IMyPeerCallback:
VRage.Network.IMyClientCallback VRage.Network.IMyServerCallback

Public Member Functions

void OnClientJoined (EndpointId endpointId)
 Called when client is connected and validated. More...
 
void OnClientLeft (EndpointId endpointId)
 Called when client leaves in any way. Clear per-client structure here. More...
 
void OnConnectionLost (EndpointId endpointId)
 Called when connection to client is lost. OnClientLeft is called right after this call returns. More...
 

Detailed Description

Definition at line 8 of file IMyPeerCallback.cs.

Member Function Documentation

void VRage.Network.IMyPeerCallback.OnClientJoined ( EndpointId  endpointId)

Called when client is connected and validated.

void VRage.Network.IMyPeerCallback.OnClientLeft ( EndpointId  endpointId)

Called when client leaves in any way. Clear per-client structure here.

void VRage.Network.IMyPeerCallback.OnConnectionLost ( EndpointId  endpointId)

Called when connection to client is lost. OnClientLeft is called right after this call returns.


The documentation for this interface was generated from the following file: