TIP6NetworkEntry
From Ultibo.org
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