class ScsiWriteBufferResult

Defined at line 415 of file fidling/gen/sdk/fidl/fuchsia.hardware.scsi/fuchsia.hardware.scsi/cpp/fidl/fuchsia.hardware.scsi/cpp/natural_types.h

Public Methods

void ScsiWriteBufferResult (ScsiWriteBufferResult && other)
ScsiWriteBufferResult & operator= (ScsiWriteBufferResult && other)
void ScsiWriteBufferResult (const ScsiWriteBufferResult & other)
ScsiWriteBufferResult & operator= (const ScsiWriteBufferResult & other)
bool operator== (const ScsiWriteBufferResult & other)
bool operator!= (const ScsiWriteBufferResult & other)
::fuchsia_hardware_scsi::ScsiWriteBufferResult::Tag Which ()
ScsiWriteBufferResult WithResponse (::fuchsia_hardware_scsi::ScsiWriteBufferResponse val)
const ::fidl::internal::UnionMemberView<1, Storage_> response ()
::fidl::internal::UnionMemberView<1, Storage_> response ()
ScsiWriteBufferResult & response (::fuchsia_hardware_scsi::ScsiWriteBufferResponse value)

Sets the union to hold the response member.

ScsiWriteBufferResult WithErr (int32_t val)
const ::fidl::internal::UnionMemberView<2, Storage_> err ()
::fidl::internal::UnionMemberView<2, Storage_> err ()
ScsiWriteBufferResult & err (int32_t value)

Sets the union to hold the err member.

void ScsiWriteBufferResult (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kResponse 1
kErr 2

TODO: share union tag types between wire

&

natural.

Defined at line 423 of file fidling/gen/sdk/fidl/fuchsia.hardware.scsi/fuchsia.hardware.scsi/cpp/fidl/fuchsia.hardware.scsi/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits