PseudoVmoFile class

*[<Null safety>](https://dart.dev/null-safety)*

Inheritance

Constructors

PseudoVmoFile.readOnly (VmoFn? _vmoFn)

Constructor for read-only Vmo ...

Properties

hashCode → int

The hash code for this object. ...
read-only, inherited

runtimeType → Type

A representation of the runtime type of the object.
read-only, inherited

Methods

close() void

Close this node and all of its bindings and children.
inherited

connect(int flags, int mode, InterfaceRequest request, [int parentFlags = Flags.fsRightsDefault]) int

Connects to this instance of PseudoFile and serves fushsia.io.File over fidl.
inherited

describe() dynamic

override

describe2(dynamic query) dynamic

override

filterForNodeReference(int flags) int

Filter flags when openFlagNodeReference is passed. This will maintain compatibility with c++ layer.
inherited

inodeNumber() int

Inode number as defined in io.fidl.
inherited

noSuchMethod(Invocation invocation) dynamic

Invoked when a non-existent method or property is accessed. ...
inherited

open(int flags, int mode, String path, InterfaceRequest request, [int parentFlags = Flags.fsRightsDefault]) void

This function is called from fuchsia.io.Directory#open. This function parses path and opens correct node. ...
inherited

sendErrorEvent(int flags, int status, InterfaceRequest request) void

Create a error node to send onOpen event with failure status.
inherited

toString() String

A string representation of this object. ...
inherited

type() int

Should be one of ...
inherited

Operators

operator ==(Object other) bool

The equality operator. ...
inherited