![JAR search and dependency download from the Maven repository](/logo.png)
net.sf.jrtps.message.parameter.MetatrafficUnicastIPAddress Maven / Gradle / Ivy
package net.sf.jrtps.message.parameter;
import net.sf.jrtps.transport.RTPSByteBuffer;
public class MetatrafficUnicastIPAddress extends Parameter {
MetatrafficUnicastIPAddress() {
super(ParameterId.PID_METATRAFFIC_UNICAST_IPADDRESS);
}
@Override
public void read(RTPSByteBuffer bb, int length) {
readBytes(bb, length);
}
@Override
public void writeTo(RTPSByteBuffer bb) {
writeBytes(bb);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy