Arch Sub-System: Transporter - IConnectionListener

01 Callback interface for Connection events.
02

[C++] class IConnectionListener
[C#] interface IConnectionListener

03

Public Methods

TypeNameDescription
voidOnConnEstablished() Connection established
voidOnConnLost() Connection lost
voidOnConnReceive() Data received
voidOnConnShutdown() Connection Shutdown
04 All callbacks are done within a GlobalLock.
05 Reference: net::semys
Implementation: Semys Architecture
See Also: Transporter Sub-System, Connection

Goto: Main Page; This page is part of the Semys software documentation. See About: Documentation for details.