Delegate so that the lib can define a method to handle new connections
Namespace: TMDAssembly: Driver (in Driver.exe) Version: 1.0.0.0
Syntax
C# |
---|
public delegate void NewConnectionHandler( ClientConnection connection ) |
Parameters
- connection
- Type: TMD.Connection..::..ClientConnection