TIP6NetworkEntry

From Ultibo.org
Revision as of 05:04, 22 May 2018 by Ultibo (Talk | contribs) (Created page with "Return to Unit IPv6 __TOC__ === Description === ---- ''To be documented'' === Class definitions === ---- <div class="toccolours mw-collapsible mw-collapse...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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