TCPIP_DDNS_ServiceSet Function

C

void TCPIP_DDNS_ServiceSet(
    DDNS_SERVICES svc
);

Description

This function selects a Dynamic DNS service based on parameters configured in ddnsServiceHosts and ddnsServicePorts. These arrays must match the DDNS_SERVICES enumeration.

Preconditions

None.

Parameters

ParametersDescription
svcOne of the DDNS_SERVICES elements to indicate the selected service.

Returns

None.