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

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

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

import net.sf.jrtps.transport.RTPSByteBuffer;

public class MetatrafficMulticastIPAddress extends Parameter {
    MetatrafficMulticastIPAddress() {
        super(ParameterEnum.PID_METATRAFFIC_MULTICAST_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