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
Name | Type |
---|---|
server |
handle<channel>
|
CONSTANTS
Name | Value | Type | Description |
---|---|---|---|
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. |