C# Class Yodiwo.Projects.SkyWriter.SkyWriterNodeConfig

Inheritance: IYConfigEntry
Show file 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 property

public string ApiServer
return string

CertificateServerName public property

public string CertificateServerName
return string

FrontendServer public property

public string FrontendServer
return string

LocalWebServer public property

public string LocalWebServer
return string

MqttApiPasswd public property

public string MqttApiPasswd
return string

MqttBrokerHostname public property

public string MqttBrokerHostname
return string

MqttUseSsl public property

public bool MqttUseSsl
return bool

NodeKey public property

public string NodeKey
return string

NodeSecret public property

public string NodeSecret
return string

Uuid public property

public string Uuid
return string

YpchannelPort public property

public int YpchannelPort
return int

YpchannelSecure public property

public bool YpchannelSecure
return bool

webBase public property

public string webBase
return string