class Attach
Defined at line 628 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/markers.h
Attaches the session to `port`.
Once attached, the session starts to receive the subscribed frames over
the data FIFOs and it may send frames destined to the specified `port`.
+ request `port` port to subscribe to.
+ request `rx_frames` Frame types of interest on the port.
* error `ZX_ERR_NOT_FOUND` if `port` is not valid.
* error `ZX_ERR_INVALID_ARGS` if `rx_frames` is not a subset of the
port's supported frames.
* error `ZX_ERR_ALREADY_BOUND` if `port` is already attached.
Public Members
static const bool kHasClientToServer
static const bool kHasClientToServerBody
static const bool kHasServerToClient
static const bool kHasServerToClientBody
static const bool kHasNonEmptyUserFacingResponse
static const bool kHasDomainError
static const bool kHasFrameworkError
static const uint64_t kOrdinal