Arch Sub-System: Transporter - Connection

01 This class provides the same functions as the Lib Connection variant.
02

[C++] class Connection
[C#] class Connection: IDisposable

03

Public Methods

TypeNameDescription
Constructor() Constructs an object.
[C++] Destructor() Destroys the connection.
void[C#] Dispose() Destroys the connection.
boolCreateProt() Creates a connection.
boolAttachProt() Attaches an existing connection.
voidDestroyProt() Destroys the connection.
voidTransmitProt() Transmits data over the connection.
voidCloseProt() Requests to close an established connection.
04 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Transporter Sub-System, IConnectionListener

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