TARPConfig
From Ultibo.org
Return to Unit DHCP
Description
To be documented
Class definitions
[Expand]
TARPConfig = class(TNetworkConfig)
Function declarations
[Expand]
function TARPConfig.ConfigHandler(AHandle:THandle; AAdapter:TTransportAdapter; ACommand:Word):Boolean;
Description: Process a network config request from a Transport
[Expand]
function TARPConfig.AddTransport(ATransport:TNetworkTransport):Boolean;
Description: Add a transport to this config
[Expand]
function TARPConfig.RemoveTransport(ATransport:TNetworkTransport):Boolean;
Description: Remove a transport from this config
[Expand]
function TARPConfig.ProcessConfig:Boolean;
Description: Process periodic tasks for this config
Return to Unit Reference