adapterCount (property)

The number of adapters in the system.

Syntax

@property (nonatomic,readonly,assign,getter=adapterCount) int adapterCount;
- (int)adapterCount;
public var adapterCount: Int32 {
  get {...}
}

Default Value

0

Remarks

This property shows how many adapters are installed in the system. You can set the AdapterIndex from 0 to the AdapterCount, and then examine the Adapter properties such as AdapterDescription, AdapterName, and AdapterIPAddress to retrieve information about each adapter.

This property is read-only.

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