![JAR search and dependency download from the Maven repository](/logo.png)
org.openbase.jul.communication.jp.JPComPort.kt Maven / Gradle / Ivy
The newest version!
package org.openbase.jul.communication.jp
import org.openbase.jps.preset.AbstractJPInteger
class JPComPort : AbstractJPInteger(arrayOf("--port", "--com-port")){
override fun getPropertyDefaultValue(): Int {
return 1883
}
override fun getDescription(): String {
return "The port used to communicate with the MQTT Broker"
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy