adapter_count Property

The number of adapters in the system.

Syntax

def get_adapter_count() -> int: ...

adapter_count = property(get_adapter_count, None)

Default Value

0

Remarks

This property shows how many adapters are installed in the system. You can set the adapter_index from 0 to the adapter_count, and then examine the Adapter properties such as adapter_description, adapter_name, and adapter_ip_address to retrieve information about each adapter.

This property is read-only.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 Python Edition - Version 20.0 [Build 8307]