class Proxy
Defined at line 15 of file ../../sdk/lib/fidl/hlcpp/include/lib/fidl/cpp/internal/proxy.h
An interface for sending FIDL messages to a remote implementation.
Public Methods
void ~Proxy ()
Defined at line 10 of file ../../sdk/lib/fidl/hlcpp/internal/proxy.cc
zx_status_t Dispatch_ (HLCPPIncomingMessage message)
A new message has arrived.
The memory backing the message will remain valid until this method returns,
at which point the memory might or might not be deallocated.