public class SecureSubMessage extends SubMessage
SubMessage.Kind
Modifier and Type | Field and Description |
---|---|
static int |
KIND |
header
Constructor and Description |
---|
SecureSubMessage(SecurePayload payload) |
Modifier and Type | Method and Description |
---|---|
SecurePayload |
getSecurePayload() |
boolean |
singleSubMessageFlag()
Gets the value of singleSubMessageFlag.
|
void |
singleSubMessageFlag(boolean s)
Sets or resets the value of SingleSubMessage flag.
|
void |
writeTo(RTPSByteBuffer bb)
Writes this SubMessage into given RTPSByteBuffer.
|
getHeader, getKind, toString
public static final int KIND
public SecureSubMessage(SecurePayload payload)
public boolean singleSubMessageFlag()
public SecurePayload getSecurePayload()
public void writeTo(RTPSByteBuffer bb)
SubMessage
writeTo
in class SubMessage
bb
- RTPSByteBufferpublic void singleSubMessageFlag(boolean s)
s
- whether to set or reset.Copyright © 2016. All rights reserved.