Return to Unit IPv6
Description
To be documented
Class definitions
[Expand]
TIP6Options = class(TTransportOptions)
constructor Create;
|
|
destructor Destroy; override;
|
|
private
|
FHopLimit:Byte;
|
Hop Limit
|
|
procedure SetHopLimit(AHopLimit:Byte);
|
|
public
|
property HopLimit:Byte read FHopLimit write SetHopLimit;
|
|
Function declarations
[Expand]
constructor TIP6Options.Create;
Description: To be documented
[Expand]
destructor TIP6Options.Destroy;
Description: To be documented
[Expand]
procedure TIP6Options.SetHopLimit(AHopLimit:Byte);
Description: To be documented
Return to Unit Reference