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

net.sf.jrtps.message.parameter.MetatrafficUnicastLocator Maven / Gradle / Ivy

There is a newer version: 1.5.1
Show newest version
package net.sf.jrtps.message.parameter;

import net.sf.jrtps.types.Locator;

public class MetatrafficUnicastLocator extends LocatorParameter {

    public MetatrafficUnicastLocator(Locator locator) {
        super(ParameterEnum.PID_METATRAFFIC_UNICAST_LOCATOR, locator);
    }

    MetatrafficUnicastLocator() {
        super(ParameterEnum.PID_METATRAFFIC_UNICAST_LOCATOR);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy