TIP6Options

From Ultibo.org
Jump to: navigation, search

Return to Unit IPv6


Description


To be documented

Class definitions



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



constructor TIP6Options.Create;
Description: To be documented
Note None documented


destructor TIP6Options.Destroy;
Description: To be documented
Note None documented


procedure TIP6Options.SetHopLimit(AHopLimit:Byte);
Description: To be documented
Note None documented


Return to Unit Reference