Delegate so that the lib can define a method to handle new connections

Namespace: TMD
Assembly: Driver (in Driver.exe) Version: 1.0.0.0

Syntax

C#
public delegate void NewConnectionHandler(
	ClientConnection connection
)

Parameters

connection
Type: TMD.Connection..::..ClientConnection

See Also