C# Class Yodiwo.Projects.SkyWriter.SkyWriterNodeConfig

Inheritance: IYConfigEntry
Mostrar archivo Open project: yodiwo/plegma Class Usage Examples

Public Properties

Property Type Description
ApiServer string
CertificateServerName string
FrontendServer string
LocalWebServer string
MqttApiPasswd string
MqttBrokerHostname string
MqttUseSsl bool
NodeKey string
NodeSecret string
Uuid string
YpchannelPort int
YpchannelSecure bool
webBase string

Property Details

ApiServer public_oe property

public string ApiServer
return string

CertificateServerName public_oe property

public string CertificateServerName
return string

FrontendServer public_oe property

public string FrontendServer
return string

LocalWebServer public_oe property

public string LocalWebServer
return string

MqttApiPasswd public_oe property

public string MqttApiPasswd
return string

MqttBrokerHostname public_oe property

public string MqttBrokerHostname
return string

MqttUseSsl public_oe property

public bool MqttUseSsl
return bool

NodeKey public_oe property

public string NodeKey
return string

NodeSecret public_oe property

public string NodeSecret
return string

Uuid public_oe property

public string Uuid
return string

YpchannelPort public_oe property

public int YpchannelPort
return int

YpchannelSecure public_oe property

public bool YpchannelSecure
return bool

webBase public_oe property

public string webBase
return string