init(networkIdentifier:)
Initializes a Downlink Time-Difference-of-Arrival (DL-TDOA) configuration for a specific tracked area.
Declaration
init(networkIdentifier: Int)Parameters
- networkIdentifier:
An identifier for the DL-TDOA network that the session belongs to. Anchors that share the same network ID are part of one ranging network that can span multiple anchor clusters.
Discussion
When you call this method, the discoveryMethod defaults to NIDLTDOAConfiguration.DiscoveryMethod.bluetoothLowEnergy. To initialize a configuration and specify your deployment’s discovery method, call init(networkIdentifier:discoveryMethod:) instead.