All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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