Crate fidl_fuchsia_net_sockets

Crate fidl_fuchsia_net_sockets 

Source

Modules§

control_ordinals
diagnostics_ordinals
ip_iterator_ordinals

Macros§

DisconnectIpResultUnknown
Pattern that matches an unknown DisconnectIpResult member.
IpSocketMatcherUnknown
Pattern that matches an unknown IpSocketMatcher member.
IpSocketTransportStateUnknown
Pattern that matches an unknown IpSocketTransportState member.
IterateIpResultUnknown
Pattern that matches an unknown IterateIpResult member.

Structs§

ControlControlHandle
ControlDisconnectIpRequest
ControlDisconnectIpResponder
ControlEventStream
ControlMarker
ControlProxy
ControlRequestStream
A Stream of incoming requests for fuchsia.net.sockets/Control.
ControlSynchronousProxy
DiagnosticsControlHandle
DiagnosticsEventStream
DiagnosticsIterateIpRequest
DiagnosticsIterateIpResponder
DiagnosticsMarker
DiagnosticsProxy
DiagnosticsRequestStream
A Stream of incoming requests for fuchsia.net.sockets/Diagnostics.
DiagnosticsSynchronousProxy
DisconnectIpResponse
Empty
Extensions
InvalidMatcher
Error information for a matcher in a request.
IpIteratorControlHandle
IpIteratorEventStream
IpIteratorMarker
IpIteratorNextResponder
IpIteratorNextResponse
IpIteratorProxy
IpIteratorRequestStream
A Stream of incoming requests for fuchsia.net.sockets/IpIterator.
IpIteratorSynchronousProxy
IpSocketState
The state for each individual socket returned from IpIterator.Next().
IpSocketTcpState
IpSocketUdpState

Enums§

ControlEvent
ControlRequest
Provides control operations on sockets.
DiagnosticsEvent
DiagnosticsRequest
Provides diagnostic information IP sockets.
DisconnectIpResult
IpIteratorEvent
IpIteratorRequest
Provides sockets as a response to a call to Diagnostics.IterateIp.
IpSocketMatcher
The top-level socket matcher for use in diagnostics protocols.
IpSocketTransportState
IterateIpResult

Constants§

MAX_IP_SOCKET_BATCH_SIZE
The largest number of results that can be returned in one call to IpIterator.Next.
MAX_IP_SOCKET_MATCHERS
The maximum number of IpSocketMatchers that can be specified in a request.

Traits§

ControlProxyInterface
DiagnosticsProxyInterface
IpIteratorProxyInterface