#include <GreengrassCoreIpcModel.h>
◆ BinaryMessage() [1/2]
Aws::Greengrass::BinaryMessage::BinaryMessage |
( |
| ) |
|
|
inlinenoexcept |
◆ BinaryMessage() [2/2]
Aws::Greengrass::BinaryMessage::BinaryMessage |
( |
const BinaryMessage & |
| ) |
|
|
default |
◆ GetContext()
The context of the message, such as the topic where the message was published.
◆ GetMessage()
The binary message as a blob.
◆ GetModelName()
|
overrideprotectedvirtualnoexcept |
◆ operator<()
bool Aws::Greengrass::BinaryMessage::operator< |
( |
const BinaryMessage & |
| ) |
const |
|
noexcept |
◆ s_allocateFromPayload()
◆ s_customDeleter()
void Aws::Greengrass::BinaryMessage::s_customDeleter |
( |
BinaryMessage * |
shape | ) |
|
|
staticnoexcept |
◆ s_loadFromJsonView()
◆ SerializeToJsonObject()
void Aws::Greengrass::BinaryMessage::SerializeToJsonObject |
( |
Aws::Crt::JsonObject & |
payloadObject | ) |
const |
|
overridevirtualnoexcept |
◆ SetContext()
void Aws::Greengrass::BinaryMessage::SetContext |
( |
const MessageContext & |
context | ) |
|
|
inlinenoexcept |
The context of the message, such as the topic where the message was published.
◆ SetMessage()
void Aws::Greengrass::BinaryMessage::SetMessage |
( |
const Aws::Crt::Vector< uint8_t > & |
message | ) |
|
|
inlinenoexcept |
The binary message as a blob.
◆ MODEL_NAME
const char * Aws::Greengrass::BinaryMessage::MODEL_NAME = "aws.greengrass#BinaryMessage" |
|
static |
The documentation for this class was generated from the following files: