package ti.ndk.config

The ti.ndk.config package defines the NDK configuration

XDCspec declarations sourced in ti/ndk/config/package.xdc
package ti.ndk.config [1, 0, 0] {
 
    module DhcpClient;
    module DhcpServer;
    // NDK module for creating and configuring a DHCP server
    module Dns;
    // NDK module used for creating and configuring a DNS server
    module Emac;
    module Global;
    // High level NDK stack configuration and settings
    module Icmp;
    module Ip;
    // NDK Internet Protocol (IP) settings and configuration
    module Nat;
    // NDK Network Address Translation (NAT) settings and configuration
    module Ppp;
    module Pppoe;
    module Route;
    module Tcp;
    // NDK Transmission Control Protocol (TCP) settings and configuration
    module Telnet;
    // NDK module used for creating and configuring a telnet server
    module Udp;
    // NDK User Datagram Protocol (UDP) settings and configuration
}
generated on Tue, 25 Aug 2020 01:58:55 GMT