adapterIndex (property)

Sets the current adapter.

Syntax

@property (nonatomic,readwrite,assign,getter=adapterIndex,setter=setAdapterIndex:) int adapterIndex;
- (int)adapterIndex;
- (void)setAdapterIndex:(int)newAdapterIndex;
public var adapterIndex: Int32 {
  get {...}
set {...} }

Default Value

0

Remarks

When this property is set, the class asks the system for information on the adapter with an index of AdapterIndex. If the system has information, the Adapter properties will be populated with the data returned.

AdapterCount is the number of adapters located in the system.

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