NuguServerInfo

data class NuguServerInfo(val registry: Address, val deviceGW: Address)

Constructors

Link copied to clipboard
fun NuguServerInfo()
Link copied to clipboard
fun NuguServerInfo(delegate: NuguServerInfo.Delegate)
Link copied to clipboard
fun NuguServerInfo(registry: Address, deviceGW: Address)

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion
Link copied to clipboard
interface Delegate

Functions

Link copied to clipboard
fun checkServerSettings()
Link copied to clipboard
fun delegate(): NuguServerInfo.Delegate?
Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
val deviceGW: Address
Link copied to clipboard
val registry: Address