EthernetConfig

data class EthernetConfig(    val usingDhcp: Boolean,     val ipAddress: String? = null,     val subnetMask: String? = null,     val defaultGateway: String? = null,     val proxy: ThetaRepository.Proxy? = null)

IP address allocation to be used when wired LAN is enabled.

For

  • RICOH THETA X firmware v2.40.0 or later

Constructors

Link copied to clipboard
constructor(    usingDhcp: Boolean,     ipAddress: String? = null,     subnetMask: String? = null,     defaultGateway: String? = null,     proxy: ThetaRepository.Proxy? = null)

Properties

Link copied to clipboard
val defaultGateway: String? = null

(optional) IPv4 for default gateway

Link copied to clipboard
val ipAddress: String? = null

(optional) IPv4 for IP address

Link copied to clipboard

(optional) refer to _proxy for detail

Link copied to clipboard
val subnetMask: String? = null

(optional) IPv4 for subnet mask

Link copied to clipboard

Using DHCP or not