Arch Sub-System: Link - Link

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

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

03

Public Methods

TypeNameDescription
Constructor() Constructs an object.
[C++] Destructor() Destroys the link.
void[C#] Dispose() Destroys the link.
boolAddConnectionProt() Adds a connection to the link.
voidDestroyProt() Destroys the connection.
voidTransmitProt() Transmits data over the link.
04

Protected Methods

TypeNameDescription
[C++] Constructor() (Protected) Constructs an object.
void[C++] OnStatusChanged() Status changed callback.
void[C++] OnReceive() Data received.
05 [C++] The Link class can be used in two ways: with an external ILinkListener or by inheriting it and override the protected callback methods.
The second method is to handle the callbacks directly rather than implementing the ILinkListener interface.
06 Reference: net::semys
Implementation: Semys Architecture
See Also: Arch Link Sub-System, ILinkListener

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