Skip to main content

Crate fidl_next_fuchsia_hardware_serial

Crate fidl_next_fuchsia_hardware_serial 

Source

Re-exports§

pub use self::natural::*;

Modules§

device
device_proxy
generic
natural
wire
wire_optional

Structs§

Config
Device
The type corresponding to the Device protocol. A serial device.
DeviceGetClassResponse
DeviceProxy
The type corresponding to the DeviceProxy protocol.
DeviceReadResponse
DeviceSetConfigRequest
DeviceSetConfigResponse
DeviceWriteRequest
SerialPortInfo
Service
The type corresponding to the Service service.
ServiceConnector
A strongly-typed service connector for the Service service.

Enums§

CharacterWidth
Number of bits per character
Class
Description of what type of serial device this is TODO(https://fxbug.dev/393643944): Consider replacing this enum.
FlowControl
What flow control mechanism to use
Parity
Which parity computation to use, if any.
StopWidth
Number of stop bits

Traits§

DeviceClientHandler
A client handler for the Device protocol.
DeviceLocalClientHandler
A client handler for the Device protocol.
DeviceLocalServerHandler
A server handler for the Device protocol.
DeviceProxyClientHandler
A client handler for the DeviceProxy protocol.
DeviceProxyLocalClientHandler
A client handler for the DeviceProxy protocol.
DeviceProxyLocalServerHandler
A server handler for the DeviceProxy protocol.
DeviceProxyServerHandler
A server handler for the DeviceProxy protocol.
DeviceServerHandler
A server handler for the Device protocol.
ServiceHandler
A service handler for the Service service.

Type Aliases§

DeviceWriteResponse