public TransportRecieve ( byte bytes, int numBytes, int channelId ) : void | ||
bytes | byte | The data recieved. |
numBytes | int | The size of the data recieved. |
channelId | int | The channel that the data was received on. |
return | void |
This virtual function allows custom network connection classes to process data from the network before it is passed to the application.
public TransportRecieve ( byte bytes, int numBytes, int channelId ) : void | ||
bytes | byte | The data recieved. |
numBytes | int | The size of the data recieved. |
channelId | int | The channel that the data was received on. |
return | void |