transferredDataLimit (property)

The maximum of data to be transferred.

Syntax

@property (nonatomic,readwrite,assign,getter=transferredDataLimit,setter=setTransferredDataLimit:) long long transferredDataLimit;
- (long long)transferredDataLimit;
- (void)setTransferredDataLimit:(long long)newTransferredDataLimit;
public var transferredDataLimit: Int64 {
  get {...}
set {...} }

Default Value

0

Remarks

This property contains the maximum of data to be transferred. The default value is 0, which will not impose any limits on the amount of data accumulated in the TransferredData property.

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