template <>
class WireSyncClientImpl
Defined at line 2122 of file fidling/gen/sdk/fidl/fuchsia.hardware.radar/fuchsia.hardware.radar/cpp/fidl/fuchsia.hardware.radar/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_radar::RadarSensorInfo>|,
avoiding setting up a client.
Public Methods
::fidl::WireResult< ::fuchsia_hardware_radar::RadarSensorInfo::GetBurstProperties> GetBurstProperties ()
Returns the size and period of bursts reported by the sensor.
- response `size` the size of each radar burst in bytes.
- response `period` the time between bursts in nanoseconds.
Allocates 48 bytes of message buffer on the stack. No heap allocation necessary.