Lines Matching full:attributes
5 …k attributes, such as the dynamically allocated IP address, subnet mask, gateway, and DNS. You can…
19 - Dynamically assigning a series of network attributes, such as the IP address, subnet mask, gatewa…
20 - Configuring a series of network attributes, such as the IP address, subnet mask, gateway, and DNS…
30 …ration, callback: AsyncCallback\<void>): void | Configures the network attributes of the specified…
31 …k: AsyncCallback\<InterfaceConfiguration>): void | Obtains the network attributes of the specified…
43 …attributes of the **eth0** port. By default, an unconfigured Ethernet network uses the DHCP mode, …
67 // Call getIfaceConfig to obtain the network attributes of the specified Ethernet network.
88 …t to the static mode, in which you need to manually assign the network attributes (including the I…
89 6. Call **getIfaceConfig** in user mode to obtain the static network attributes of the **eth0** por…
113 // Call setIfaceConfig to configure the network attributes of the specified Ethernet network.
131 // Call getIfaceConfig to obtain the network attributes of the specified Ethernet network.