Custom

data class Custom(val apnName: String, val username: String? = null, val password: String? = null) : Apn

Constructors

Link copied to clipboard
constructor(apnName: String, username: String? = null, password: String? = null)

Properties

Link copied to clipboard

access point name

Link copied to clipboard

password (available from the firmware version 06.11)

Link copied to clipboard

username (available from the firmware version 06.11)

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard