NetworkInterfaceContainer - Centralized management of multiple network interfaces on KOS devices.
The NetworkInterfaceContainer model provides comprehensive management of all network interfaces
available on a KOS device, including automatic discovery, categorization, and real-time updates.
This container model is essential for applications that need to manage multiple network interfaces,
build network configuration screens, or monitor overall network connectivity status.
// Access all network interfaces and get specific interface constallInterfaces = networkContainer.models; constethInterface = networkContainer.getModel('eth0');
NetworkInterfaceContainer - Centralized management of multiple network interfaces on KOS devices.
The NetworkInterfaceContainer model provides comprehensive management of all network interfaces available on a KOS device, including automatic discovery, categorization, and real-time updates. This container model is essential for applications that need to manage multiple network interfaces, build network configuration screens, or monitor overall network connectivity status.
Key Features
Interface Categories
The container automatically organizes interfaces into categories:
Common Use Cases
Example: Basic Usage
Use Declared Type
See