class OpenSession
Defined at line 504 of file fidling/gen/sdk/fidl/fuchsia.hardware.network/fuchsia.hardware.network/cpp/fidl/fuchsia.hardware.network/cpp/markers.h
Opens a new session with the network device.
+ request `session_name` is used as a debugging label attached to this
session.
+ request `session_info` contains the necessary information to setup the
session's data exchange.
- response `session` a handle to control the session.
- response `fifos` data-plane FIFOs attached to the session.
* error `ZX_ERR_NOT_SUPPORTED` if `session_info` contains not supported
frame types or descriptors set up.
* error `ZX_ERR_INVALID_ARGS` if `session_info` is missing fields or
contains invalid information.
* error `ZX_ERR_INTERNAL` if the data VMO is rejected by the underlying
device.
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