Difference between revisions of "TTelnetConnection"
From Ultibo.org
(Created page with "Return to Unit Services __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-...") |
|||
Line 34: | Line 34: | ||
|colspan="2"| | |colspan="2"| | ||
|- | |- | ||
− | | <code>FHandle: | + | | <code>FHandle:THandle;</code> |
| | | | ||
|- | |- | ||
Line 88: | Line 88: | ||
|colspan="2"| | |colspan="2"| | ||
|- | |- | ||
− | | <code>procedure SetHandle(AHandle: | + | | <code>procedure SetHandle(AHandle:THandle);</code> |
| | | | ||
|- | |- | ||
Line 152: | Line 152: | ||
|colspan="2"|<div style="font-family: monospace,courier;">'''public'''</div> | |colspan="2"|<div style="font-family: monospace,courier;">'''public'''</div> | ||
|- | |- | ||
− | | <code>property Handle: | + | | <code>property Handle:THandle read FHandle write SetHandle;</code> |
| | | | ||
|- | |- |
Latest revision as of 06:02, 15 June 2021
Return to Unit Services
Description
To be documented
Class definitions
[Expand]
TTelnetConnection = class(TListObject)
Function declarations
[Expand]
procedure TTelnetConnection.SetRxByteCount(const ARxByteCount:Int64);
Description: To be documented
[Expand]
procedure TTelnetConnection.SetTxByteCount(const ATxByteCount:Int64);
Description: To be documented
[Expand]
procedure TTelnetConnection.SetRequestCount(const ARequestCount:Int64);
Description: To be documented
[Expand]
procedure TTelnetConnection.SetResponseCount(const AResponseCount:Int64);
Description: To be documented
[Expand]
procedure TTelnetConnection.SetRequestTime(const ARequestTime:TDateTime);
Description: To be documented
[Expand]
procedure TTelnetConnection.SetResponseTime(const AResponseTime:TDateTime);
Description: To be documented
[Expand]
procedure TTelnetConnection.SetRemoteAddress(const ARemoteAddress:String);
Description: To be documented
[Expand]
procedure TTelnetConnection.SetLocalState(ALocalState:LongWord);
Description: To be documented
[Expand]
procedure TTelnetConnection.SetRemoteState(ARemoteState:LongWord);
Description: To be documented
[Expand]
procedure TTelnetConnection.SetListener(AListener:TTelnetListener);
Description: To be documented
[Expand]
procedure TTelnetConnection.IncrementRxByteCount(const ARxByteCount:Int64);
Description: To be documented
[Expand]
procedure TTelnetConnection.IncrementTxByteCount(const ATxByteCount:Int64);
Description: To be documented
Return to Unit Reference