public void OnDataError (Networking.NetworkConnection conn, byte error);

Parámetros

connThe connection object that the error occured on.
errorThe error code.

Descripción

A virtual function that is called when a data error occurs on a connection.