Android-cuttlefish cvd tool
Public Member Functions | Private Attributes | List of all members
cuttlefish::WebrtcServerCommandChannel Class Reference

#include <webrtc_command_channel.h>

Collaboration diagram for cuttlefish::WebrtcServerCommandChannel:
Collaboration graph
[legend]

Public Member Functions

 WebrtcServerCommandChannel (SharedFD fd)
 
Result< webrtc::WebrtcCommandRequest > ReceiveRequest ()
 
Result< void > SendResponse (const webrtc::WebrtcCommandResponse &response)
 

Private Attributes

transport::SharedFdChannel channel_
 

Constructor & Destructor Documentation

◆ WebrtcServerCommandChannel()

cuttlefish::WebrtcServerCommandChannel::WebrtcServerCommandChannel ( SharedFD  fd)

Member Function Documentation

◆ ReceiveRequest()

Result< webrtc::WebrtcCommandRequest > cuttlefish::WebrtcServerCommandChannel::ReceiveRequest ( )

◆ SendResponse()

Result< void > cuttlefish::WebrtcServerCommandChannel::SendResponse ( const webrtc::WebrtcCommandResponse &  response)

Member Data Documentation

◆ channel_

transport::SharedFdChannel cuttlefish::WebrtcServerCommandChannel::channel_
private

The documentation for this class was generated from the following files: