Crate fidl_fuchsia_hardware_pty

Source

Structs§

DeviceCloseResponder
DeviceClrSetFeatureRequest
DeviceClrSetFeatureResponder
DeviceClrSetFeatureResponse
DeviceControlHandle
DeviceDescribeResponder
DeviceDescribeResponse
DeviceEventStream
DeviceGetWindowSizeResponder
DeviceGetWindowSizeResponse
DeviceMakeActiveRequest
DeviceMakeActiveResponder
DeviceMakeActiveResponse
DeviceMarker
DeviceOpenClientRequest
DeviceOpenClientResponder
DeviceOpenClientResponse
DeviceProxy
DeviceQueryResponder
DeviceReadEventsResponder
DeviceReadEventsResponse
DeviceReadResponder
DeviceRequestStream
A Stream of incoming requests for fuchsia.hardware.pty/Device.
DeviceSetWindowSizeRequest
DeviceSetWindowSizeResponder
DeviceSetWindowSizeResponse
DeviceSynchronousProxy
DeviceWriteResponder
ServiceMarker
ServiceProxy
WindowSize

Enums§

DeviceEvent
DeviceRequest
ServiceRequest
A request for one of the member protocols of Service.

Constants§

DEVICE_PROTOCOL_NAME
EVENT_HANGUP
The terminal has no active client.
EVENT_INTERRUPT
The terminal received a ^C control character.
EVENT_MASK
All events
EVENT_SUSPEND
The terminal received a ^Z control character.
EVENT_WINDOW_SIZE
The terminal window has resized.
FEATURE_RAW
When Feature Raw is enabled, OOB Events like ^c, ^z, etc are not generated. Instead the character is read from the read() input path.

Traits§

DeviceProxyInterface