class TxPartialCsumMetadata

Defined at line 378 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/natural_types.h

Partial checksum metadata.

Public Methods

void TxPartialCsumMetadata (Storage_ storage)
void TxPartialCsumMetadata (uint16_t start, uint16_t offset)
void TxPartialCsumMetadata ()

Default constructs a |TxPartialCsumMetadata| only if all of its members are default constructible.

Defined at line 388 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/natural_types.h

void TxPartialCsumMetadata (TxPartialCsumMetadata && )

Defined at line 391 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/natural_types.h

void TxPartialCsumMetadata (const TxPartialCsumMetadata & other)
bool operator!= (const TxPartialCsumMetadata & other)
TxPartialCsumMetadata & operator= (TxPartialCsumMetadata && )

Defined at line 392 of file fidling/gen/sdk/fidl/fuchsia.hardware.network.driver/fuchsia.hardware.network.driver/cpp/fidl/fuchsia.hardware.network.driver/cpp/natural_types.h

TxPartialCsumMetadata & operator= (const TxPartialCsumMetadata & other)
bool operator== (const TxPartialCsumMetadata & other)
uint16_t start ()

The offset in bytes from the start of the frame to where the device

must begin computing the checksum.

uint16_t & start ()

The offset in bytes from the start of the frame to where the device

must begin computing the checksum.

TxPartialCsumMetadata & start (uint16_t value)

The offset in bytes from the start of the frame to where the device

must begin computing the checksum.

uint16_t offset ()

The offset in bytes from the start of the checksummed portion of the

buffer to where the device must place the checksum result. The

checksum field itself is included in the checksum.

uint16_t & offset ()

The offset in bytes from the start of the checksummed portion of the

buffer to where the device must place the checksum result. The

checksum field itself is included in the checksum.

TxPartialCsumMetadata & offset (uint16_t value)

The offset in bytes from the start of the checksummed portion of the

buffer to where the device must place the checksum result. The

checksum field itself is included in the checksum.

void TxPartialCsumMetadata (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits