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)