Android-cuttlefish cvd tool
|
#include <channel.h>
Public Attributes | |
uint32_t | command: 31 |
bool | is_response: 1 |
uint32_t | payload_size |
uint8_t | payload [0] |
RawMessage - Header and raw byte payload for a serialized secure env message.
@command: the command. @is_response: flag to mark message as a request/response. @payload_size: amount of payload data we're going to transfer. @payload: start of the serialized command specific payload.
uint32_t cuttlefish::transport::RawMessage::command |
bool cuttlefish::transport::RawMessage::is_response |
uint8_t cuttlefish::transport::RawMessage::payload[0] |
uint32_t cuttlefish::transport::RawMessage::payload_size |