Network Interfaces Management
Overview
The Network Foundation Library provides a way to manage and configure TCP/IP network interfaces.
Dependencies
Network core module (see Network Core Engine).
LLECOM_NETWORK_impl.h
implementation (see LLECOM_NETWORK: Network Interfaces).
Installation
The Network Pack module must be installed in your VEE Port.
microejPack("com.microej.pack.ecom-network:ecom-network-pack:1.0.0")
<dependency org="com.microej.pack.ecom-network" name="ecom-network-pack" rev="1.0.0" />
Then the VEE Port project must be rebuilt (VEE Port Build).
Use
The Network API Module module must be added to the Application project build file to use the Network library:
implementation("ej.api:ecom-network:2.1.1")
<dependency org="ej.api" name="ecom-network" rev="2.1.1"/>