TwclWiFiHostedNetwork.GetRemoteIp(string,string) Method

Gets the remote IP address for the device connected to Hosted Network Virtual WiFi adapter.

Namespace: wclWiFi
public
 function GetRemoteIp(const Mac: string; out Address: string): Integer;

Parameters

Mac
Type: string

The remote device's MAC address.

Address
Type: string

If the method completed with success on output contains the remote IP address.

Return Value

Type: Integer

If the function succeeds, the return value is wclErrors.WCL_E_SUCCESS. If the function fails, the return value may be one of the WCL return codes.