Android-cuttlefish cvd tool
Public Attributes | List of all members
cuttlefish::transport::RawMessage Struct Reference

#include <channel.h>

Collaboration diagram for cuttlefish::transport::RawMessage:
Collaboration graph
[legend]

Public Attributes

uint32_t command: 31
 
bool is_response: 1
 
uint32_t payload_size
 
uint8_t payload [0]
 

Detailed Description

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.

Member Data Documentation

◆ command

uint32_t cuttlefish::transport::RawMessage::command

◆ is_response

bool cuttlefish::transport::RawMessage::is_response

◆ payload

uint8_t cuttlefish::transport::RawMessage::payload[0]

◆ payload_size

uint32_t cuttlefish::transport::RawMessage::payload_size

The documentation for this struct was generated from the following file: