Difference between revisions of "TIP6NetworkEntry"
From Ultibo.org
(Created page with "Return to Unit IPv6 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...") |
(No difference)
|
Latest revision as of 05:04, 22 May 2018
Return to Unit IPv6
Description
To be documented
Class definitions
TIP6NetworkEntry = class(TNetworkEntry)
constructor Create;
|
|
private
| |
FNetwork:TIn6Addr;
|
|
procedure SetNetwork(const ANetwork:TIn6Addr);
|
|
public
| |
property Network:TIn6Addr read FNetwork write SetNetwork;
|
Function declarations
constructor TIP6NetworkEntry.Create;
Description: To be documented
Note | None documented |
---|
procedure TIP6NetworkEntry.SetNetwork(const ANetwork:TIn6Addr);
Description: To be documented
Note | None documented |
---|
Return to Unit Reference