Called from the driver when data arrives but is returned from GetInput() in the connection. Updates last input time and current connection.

Namespace: BaseLib
Assembly: BaseLib (in BaseLib.dll) Version: 0.5.0.0

Syntax

C#
public void ThreadedInput(
	ClientConnection connection
)

Parameters

connection
Type: TMD.Connection..::..ClientConnection
The Connection where GetInput was called.

Implements

IInteractive..::..ThreadedInput(ClientConnection)

See Also