class SerialPortInfo

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

Public Members

static const char[] kSerializableName

Public Methods

void SerialPortInfo (Storage_ storage)
void SerialPortInfo (::fuchsia_hardware_serial::Class serial_class, uint32_t serial_vid, uint32_t serial_pid)
void SerialPortInfo ()

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

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

void SerialPortInfo (SerialPortInfo && )

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

void SerialPortInfo (const SerialPortInfo & other)
SerialPortInfo & operator= (SerialPortInfo && )

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

SerialPortInfo & operator= (const SerialPortInfo & other)
bool operator== (const SerialPortInfo & other)
bool operator!= (const SerialPortInfo & other)
::fuchsia_hardware_serial::Class serial_class ()
::fuchsia_hardware_serial::Class & serial_class ()
SerialPortInfo & serial_class (::fuchsia_hardware_serial::Class value)

Setter for serial_class.

uint32_t serial_vid ()

Vendor and product ID of hardware attached to this serial port,

or zero if not applicable.

uint32_t & serial_vid ()

Vendor and product ID of hardware attached to this serial port,

or zero if not applicable.

SerialPortInfo & serial_vid (uint32_t value)

Vendor and product ID of hardware attached to this serial port,

or zero if not applicable.

uint32_t serial_pid ()
uint32_t & serial_pid ()
SerialPortInfo & serial_pid (uint32_t value)

Setter for serial_pid.

void SerialPortInfo (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits