Skip to main content

Crate fidl_fuchsia_fdomain__common

Crate fidl_fuchsia_fdomain__common 

Source

Modules§

channel_ordinals
event_ordinals
event_pair_ordinals
f_domain_ordinals
socket_ordinals

Macros§

ChannelSentUnknown
Pattern that matches an unknown ChannelSent member.
ErrorUnknown
Pattern that matches an unknown Error member.
SocketDispositionUnknown
Pattern that matches an unknown SocketDisposition member.
SocketMessageUnknown
Pattern that matches an unknown SocketMessage member.
SocketTypeUnknown
Pattern that matches an unknown SocketType member.

Structs§

AioStopped
A return value indicating asynchronous IO has stopped, optionally with an error.
BadHandleId
ChannelCreateChannelRequest
ChannelMessage
Message received through a channel.
ChannelOnChannelStreamingDataRequest
ChannelReadChannelRequest
ChannelReadChannelStreamingStartRequest
ChannelReadChannelStreamingStopRequest
ChannelWriteChannelRequest
ClosedDuringRead
EventCreateEventRequest
EventPairCreateEventPairRequest
FDomainCloseRequest
FDomainDuplicateRequest
FDomainGetKoidRequest
FDomainGetKoidResponse
FDomainGetNamespaceRequest
FDomainReplaceRequest
FDomainSignalPeerRequest
FDomainSignalRequest
FDomainWaitForSignalsRequest
FDomainWaitForSignalsResponse
HandleDisposition
A handle disposition. Contains a handle to be written to a channel, as well as an operation to perform before writing.
HandleId
A handle ID. This is the same size as an actual Zircon handle, and refers to one conceptually, but internally it is not actually a Zircon handle number.
HandleInfo
A handle, and the rights that handle is known to possess. This is meant to be a direct analogue to zx_handle_info_t as described in https://fuchsia.dev/reference/syscalls/channel_read_etc
NewHandleId
A new handle ID. The ID should be a handle ID that has not been used before in this session. The call this is passed to will presumably make a handle at this ID, and it can be used as a HandleId in subsequent calls.
NewHandleIdOutOfRange
NewHandleIdReused
NoReadInProgress
RightsUnknown
SignalsUnknown
SocketCreateSocketRequest
SocketData
Data resulting from reading a socket.
SocketDispositionUnknown
SocketOnSocketStreamingDataRequest
SocketReadSocketRequest
SocketReadSocketStreamingStartRequest
SocketReadSocketStreamingStopRequest
SocketSetSocketDispositionRequest
SocketTypeUnknown
SocketWriteSocketRequest
SocketWriteSocketResponse
StreamingReadInProgress
WriteSocketError
Result from a socket write operation.
WrongHandleType
WroteToSelf

Enums§

ChannelSent
Error
HandleOp
A handle, paired with an operation to perform on that handle (move or duplicate).
Handles
SocketDisposition
Socket disposition.
SocketMessage
SocketType
Socket type.
WriteChannelError
Result from a channel write operation.