public class InfoReply extends SubMessage
SubMessage.Kind
Modifier and Type | Field and Description |
---|---|
static int |
KIND |
header
Constructor and Description |
---|
InfoReply(List<Locator> unicastLocators,
List<Locator> multicastLocators) |
Modifier and Type | Method and Description |
---|---|
List<Locator> |
getMulticastLocatorList()
Indicates an alternative set of multicast addresses that the Writer
should use to reach the Readers when replying to the Submessages that
follow.
|
List<Locator> |
getUnicastLocatorList()
Indicates an alternative set of unicast addresses that the Writer should
use to reach the Readers when replying to the Submessages that follow.
|
boolean |
multicastFlag()
Returns the MulticastFlag.
|
String |
toString() |
void |
writeTo(RTPSByteBuffer bb)
Writes this SubMessage into given RTPSByteBuffer.
|
getHeader, getKind
public static final int KIND
public boolean multicastFlag()
public List<Locator> getUnicastLocatorList()
public List<Locator> getMulticastLocatorList()
public void writeTo(RTPSByteBuffer bb)
SubMessage
writeTo
in class SubMessage
bb
- RTPSByteBufferpublic String toString()
toString
in class SubMessage
Copyright © 2016. All rights reserved.