template <>
class WireWeakAsyncClientImpl
Defined at line 630 of file fidling/gen/sdk/fidl/fuchsia.hardware.scsi/fuchsia.hardware.scsi/cpp/fidl/fuchsia.hardware.scsi/cpp/wire_messaging.h
Public Methods
::fidl::internal::WireThenable< ::fuchsia_hardware_scsi::Scsi::ReadBuffer> ReadBuffer (uint16_t lun, ::fuchsia_hardware_scsi::wire::ReadBufferMode mode, uint8_t buffer_id, uint32_t buffer_offset, uint32_t length, ::zx::vmo && data)
The VMO used in the method is not owned by the protocol implementation.
In the case of ReadBuffer, the client provides an empty VMO for the server to fill,
while in the case of WriteBuffer, the client must fill the VMO with data before making
the request.
Allocates 32 bytes of request buffer on the stack. The callback is stored on the heap.
::fidl::internal::WireThenable< ::fuchsia_hardware_scsi::Scsi::WriteBuffer> WriteBuffer (uint16_t lun, ::fuchsia_hardware_scsi::wire::WriteBufferMode mode, uint8_t buffer_id, uint32_t buffer_offset, uint32_t length, ::zx::vmo && data)
Allocates 32 bytes of request buffer on the stack. The callback is stored on the heap.