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>

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.