Arch Sub-System: Gatherer - Gatherer

01 This class provides the same functions as the Lib Gatherer variant, combined with the connection operations.
02

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

03

Public Methods

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

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