TIP6RouteEntry
From Ultibo.org
Return to Unit IPv6
Description
To be documented
Class definitions
TIP6RouteEntry = class(TRouteEntry)
constructor Create;
|
|
private
| |
FNetwork:TIn6Addr;
|
|
FNetmask:TIn6Addr;
|
|
FGateway:TIn6Addr;
|
|
FAddress:TIn6Addr;
|
|
procedure SetNetwork(const ANetwork:TIn6Addr);
|
|
procedure SetNetmask(const ANetmask:TIn6Addr);
|
|
procedure SetGateway(const AGateway:TIn6Addr);
|
|
procedure SetAddress(const AAddress:TIn6Addr);
|
|
public
| |
property Network:TIn6Addr read FNetwork write SetNetwork;
|
|
property Netmask:TIn6Addr read FNetmask write SetNetmask;
|
|
property Gateway:TIn6Addr read FGateway write SetGateway;
|
|
property Address:TIn6Addr read FAddress write SetAddress;
|
Function declarations
constructor TIP6RouteEntry.Create;
Description: To be documented
Note | None documented |
---|
procedure TIP6RouteEntry.SetNetwork(const ANetwork:TIn6Addr);
Description: To be documented
Note | None documented |
---|
procedure TIP6RouteEntry.SetNetmask(const ANetmask:TIn6Addr);
Description: To be documented
Note | None documented |
---|
procedure TIP6RouteEntry.SetGateway(const AGateway:TIn6Addr);
Description: To be documented
Note | None documented |
---|
procedure TIP6RouteEntry.SetAddress(const AAddress:TIn6Addr);
Description: To be documented
Note | None documented |
---|
Return to Unit Reference