class PeerId

Defined at line 1343 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

64-bit unique value used by the system to identify peer devices.

Public Methods

void PeerId (Storage_ storage)
void PeerId (uint64_t value)
void PeerId ()

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

Defined at line 1354 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

void PeerId (PeerId && )

Defined at line 1357 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

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

Defined at line 1358 of file fidling/gen/sdk/fidl/fuchsia.bluetooth/fuchsia.bluetooth/cpp/fidl/fuchsia.bluetooth/cpp/natural_types.h

PeerId & operator= (const PeerId & other)
bool operator== (const PeerId & other)
bool operator!= (const PeerId & other)
uint64_t value ()
uint64_t & value ()
PeerId & value (uint64_t value)

Setter for value.

void PeerId (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Friends

class MemberVisitor
class NaturalStructCodingTraits