class SetFlags

Defined at line 475 of file fidling/gen/sdk/fidl/fuchsia.io/fuchsia.io/cpp/fidl/fuchsia.io/cpp/markers.h

Sets the flags that apply to this node after it has been opened. This method does not

require any rights.

Only `Flags.FILE_APPEND` is currently supported. Calling this method without any flags will

clear append mode.

Errors:

- `ZX_ERR_NOT_SUPPORTED`: The object does not support this feature or the specified flags.

- `ZX_ERR_INVALID_ARGS`: `flags` other than `Flags.FILE_APPEND` were specified.

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