TransferLimitConfiguration

data class TransferLimitConfiguration(val transferLimit: Int, val transferLimitTimer: Int)

Represents transfer limit configuration

Transfer limit determines the initial number of tokens. The token is needed to get connection and send measurements via cellular network. The cost of each such transfer is one token. New token is added every period configured in transfer limit timer (expressed in seconds, from the firmware version 05.04)

Parameters

transferLimit

as initial number of tokens needed to get connection and send measurements via cellular network. Should be greater or equal than 0 and not more than 65 534. If set to 0 then transfer limit functionality will be disabled.

transferLimitTimer

defines a period in seconds in which new token is added. Should be greater or equal than 0 and not more than 65 534. If set to 0 then transfer limit functionality will be disabled.

Constructors

Link copied to clipboard
constructor(transferLimit: Int, transferLimitTimer: Int)

Properties

Link copied to clipboard
Link copied to clipboard