C# Class ServerSimpleWrapper, UnityDecompiled

Inheritance: NetworkServerSimple
Mostra file Open project: CarlosHBC/UnityDecompiled Class Usage Examples

Public Methods

Method Description
OnConnectError ( int connectionId, byte error ) : void
OnConnected ( NetworkConnection, conn ) : void
OnData ( NetworkConnection, conn, int receivedSize, int channelId ) : void
OnDataError ( NetworkConnection, conn, byte error ) : void
OnDisconnectError ( NetworkConnection, conn, byte error ) : void
OnDisconnected ( NetworkConnection, conn ) : void
ServerSimpleWrapper ( NetworkServer, server )

Method Details

OnConnectError() public method

public OnConnectError ( int connectionId, byte error ) : void
connectionId int
error byte
return void

OnConnected() public method

public OnConnected ( NetworkConnection, conn ) : void
conn NetworkConnection,
return void

OnData() public method

public OnData ( NetworkConnection, conn, int receivedSize, int channelId ) : void
conn NetworkConnection,
receivedSize int
channelId int
return void

OnDataError() public method

public OnDataError ( NetworkConnection, conn, byte error ) : void
conn NetworkConnection,
error byte
return void

OnDisconnectError() public method

public OnDisconnectError ( NetworkConnection, conn, byte error ) : void
conn NetworkConnection,
error byte
return void

OnDisconnected() public method

public OnDisconnected ( NetworkConnection, conn ) : void
conn NetworkConnection,
return void

ServerSimpleWrapper() public method

public ServerSimpleWrapper ( NetworkServer, server )
server NetworkServer,