Class ParameterIP4Address_t

Inheritance Relationships

Base Type

Class Documentation

class ParameterIP4Address_t : public eprosima::fastdds::dds::Parameter_t

Public Functions

inline ParameterIP4Address_t()

Constructor without parameters.

inline ParameterIP4Address_t(ParameterId_t pid, uint16_t in_length)

Constructor using a parameter PID and the parameter length

Parameters:
  • pid – Pid of the parameter

  • in_length – Its associated length

inline void setIP4Address(fastrtps::rtps::octet o1, fastrtps::rtps::octet o2, fastrtps::rtps::octet o3, fastrtps::rtps::octet o4)

Setter for the address.

Parameters:
  • o1 – First octet

  • o2 – Second octet

  • o3 – Third octet

  • o4 – Fourth octet

Public Members

fastrtps::rtps::octet address[4]

Address

By default [0,0,0,0].