Network Interfaces Management

Overview

The Network Foundation Library provides a way to manage and configure TCP/IP network interfaces.

Dependencies

Installation

The Network Pack module must be installed in your VEE Port.

In the Platform configuration project, (-configuration suffix), add the following dependency to the module.ivy file:

<dependency org="com.microej.pack.ecom-network" name="ecom-network-pack" rev="1.0.0" />

The Platform project must be rebuilt (Platform Build).

Use

The Network API Module must be added to the module.ivy file of the Application project:

<dependency org="ej.api" name="ecom-network" rev="2.1.1"/>