class ReadFrame

Defined at line 202 of file fidling/gen/sdk/fidl/fuchsia.net.tun/fuchsia.net.tun/cpp/fidl/fuchsia.net.tun/cpp/markers.h

Gets the next frame from the device (data coming from host-end).

If the device was created with the

[`fuchsia.net.tun/DeviceConfig.blocking`] option set to `true`, calls to

`ReadFrame` block until there is a frame available to be read.

- response `frame` outbound frame data and metadata.

* error `ZX_ERR_NO_RESOURCES` if more than

[`fuchsia.net.tun/MAX_PENDING_OPERATIONS`] calls to `ReadFrame` are

pending.

* error `ZX_ERR_SHOULD_WAIT` if `blocking` is set to `false` and there

are no frames to be read.

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