Networking_DhcpServer_Start |
Registers, configures, and starts the DHCP server for a network interface. |
Networking_DhcpServerConfig_Destroy |
Destroys a Networking_DhcpServerConfig struct. |
Networking_DhcpServerConfig_Init |
Initializes a Networking_DhcpServerConfig struct with the default DHCP Server configuration. |
Networking_DhcpServerConfig_SetLease |
Applies lease information to a Networking_DhcpServerConfig struct. |
Networking_DhcpServerConfig_SetNtpServerAddresses |
Applies a set of NTP server IP addresses to a Networking_DhcpServerConfig struct. |
Networking_GetHardwareAddress |
Retrieves the hardware address of the given network interface. |
Networking_GetInterfaceConnectionStatus |
Gets the network connection status for a network interface. |
Networking_GetInterfaceCount |
Gets the number of network interfaces in an Azure Sphere device. |
Networking_GetInterfaces |
Gets the list of network interfaces in an Azure Sphere device. |
Networking_IpConfig_Apply |
Applies an IP configuration to a network interface. |
Networking_IpConfig_Destroy |
Destroys a Networking_IpConfig struct. |
Networking_IpConfig_EnableAutomaticDns |
Automatically obtain DNS server addresses for a Networking_IpConfig struct. |
Networking_IpConfig_EnableCustomDns |
Uses custom DNS server addresses for a Networking_IpConfig struct. |
Networking_IpConfig_EnableDynamicIp |
Enables dynamic IP and disables static IP for a Networking_IpConfig struct. |
Networking_IpConfig_EnableStaticIp |
Enables static IP and disables dynamic IP for a Networking_IpConfig struct. |
Networking_IpConfig_Init |
Initializes a Networking_IpConfig struct with the default IP configuration. |
Networking_IpConfig_ReleaseIp |
Releases the device dynamic IP address. |
Networking_IpConfig_RenewIp |
Renews the device dynamic IP address lease. |
Networking_IsNetworkingReady |
Verifies whether internet connectivity is available and time is synced. |
Networking_Proxy_Create |
Creates a Networking_ProxyConfig struct with the default proxy configuration. |
Networking_Proxy_Destroy |
Destroys a Networking_ProxyConfig struct previously created by Networking_Proxy_Create |
Networking_Proxy_Apply |
Applies a proxy configuration to the device. |
Networking_Proxy_Get |
Gets a proxy configuration from the device. |
Networking_Proxy_SetProxyOptions |
Sets proxy options for a Networking_ProxyConfig struct. |
Networking_Proxy_SetProxyAddress |
Sets the proxy address for a Networking_ProxyConfig struct. |
Networking_Proxy_SetAnonymousAuthentication |
Sets the proxy authentication in Networking_ProxyConfig struct to anonymous. |
Networking_Proxy_SetBasicAuthentication |
Sets the proxy authentication in Networking_ProxyConfig struct to basic. |
Networking_Proxy_SetProxyNoProxyAddresses |
Sets the list of host addresses in a Networking_ProxyConfig struct for which proxy should not be used. |
Networking_Proxy_GetProxyOptions |
Gets proxy options set on the proxy. |
Networking_Proxy_GetProxyAddress |
Gets the network address used by the proxy. |
Networking_Proxy_GetProxyPort |
Gets the network address and port used by the proxy. |
Networking_Proxy_GetProxyType |
Gets the proxy type. |
Networking_Proxy_GetProxyUsername |
Gets the username for proxy authentication. |
Networking_Proxy_GetProxyPassword |
Gets the password for proxy authentication. |
Networking_Proxy_GetAuthType |
Gets the proxy authentication type. |
Networking_Proxy_GetNoProxyAddresses |
Gets the comma-separated list of hosts for which proxy should not be used. |
Networking_Proxy_GetProxyStatus |
Gets the proxy status. |
Networking_SetHardwareAddress |
Sets the hardware address for a network interface. |
Networking_SetInterfaceState |
Enables or disables a network interface. |
Networking_SntpServer_Start |
Registers and starts an SNTP server for a network interface. |
Networking_SntpServerConfig_Destroy |
Destroys a Networking_SntpServerConfig struct. |
Networking_SntpServerConfig_Init |
Initializes a Networking_SntpServerConfig struct with the default SNTP Server configuration. |
Networking_TimeSync_GetEnabled |
Indicates whether the time-sync service is enabled. |
Networking_TimeSync_SetEnabled |
Enables or disables the time-sync service. |