template <>
class WireSyncClientImpl
Defined at line 296 of file fidling/gen/sdk/fidl/fuchsia.hardware.usb.phy/fuchsia.hardware.usb.phy/cpp/fidl/fuchsia.hardware.usb.phy/cpp/wire_messaging.h
Methods to make a sync FIDL call directly on an unowned handle or a
const reference to a |::fidl::ClientEnd
<
::fuchsia_hardware_usb_phy::UsbPhy>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_usb_phy::UsbPhy::ConnectStatusChanged> ConnectStatusChanged (bool connected, ::zx::eventpair && wake_lease)
Informs the PHY when the peripheral role connect status changes. If system suspend is
enabled, `wake_lease` will hold a wake lease that the callee can use to keep the system
awake while the call is being processed.
Allocates 56 bytes of message buffer on the stack. No heap allocation necessary.