fuchsia.device.fs

Added: 12

PROTOCOLS

Connector

Defined in fuchsia.device.fs/connector.fidl

A connector lets a client forward the server end of a protocol.

Connect

Forward a server end of a protocol so that it can be connected. + request server the server end of the protocol to be served. The FIDL protocol that this speaks is determined out-of-band.

  • response This function has no response. The function is one-way to match the pipelining behaviors of other virtual filesystems.

Request

NameType
server handle<channel>

BITS

ConnectionType flexible

Type: uint8

Defined in fuchsia.device.fs/connector.fidl

Added: 16

NameValueDescription
1

Represents the fuchsia.io/Node protocol.

2

Represents the fuchsia.device/Controller protocol.

4

Represents the device specific FIDL.

CONSTANTS

NameValueTypeDescription
DEVICE_CONTROLLER_NAME device_controller String

This name is reserved for accessing the fuchsia.device/Controller protocol within /dev/. No devices can be created with this name.

DEVICE_PROTOCOL_NAME device_protocol String

This name is reserved for accessing the device specific protocol within /dev/. No devices can be created with this name.