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

org.yamcs.ui.packetviewer.ConnectData Maven / Gradle / Ivy

There is a newer version: 5.10.7
Show newest version
package org.yamcs.ui.packetviewer;

public class ConnectData {
    AuthType authType;
    String serverUrl;
    String username;
    char[] password;

    boolean useServerMdb;
    String localMdbConfig;
    String streamName;
    String instance;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy