Expand description
Extensions for types in the fidl_fuchsia_net_neighbor crate.
Modules§
- testutil
- Test utilities for the fuchsia.net.neighbors FIDL library.
Structs§
- Entry
- Information on a neighboring device in the local network.
- Entry
Iterator Options - Options for modifying the behavior of
EntryIterator. - Open
Entry Iterator Error - Neighbor table entry iterator creation error.
Enums§
- Collect
Neighbors Until Idle Error - Errors returned by
collect_neighbors_until_idle. - Entry
Iterator Error - Neighbor table entry iterator
GetNexterrors. - Entry
Iterator Options Missing Field Error - Missing fields in
EntryIteratorOptions. - Entry
Iterator Options Validation Error - Errors validating
EntryIteratorOptions. - Entry
Missing Field Error - Missing fields in
Entry. - Entry
Validation Error - Errors validating
Entry. - Event
- Neighbor entry events.
Functions§
- collect_
neighbors_ until_ idle - Collects all
existingevents from the stream, stopping once theidleevent is observed. - display_
entry_ state - Returns a &str suitable for display representing the EntryState parameter.
- event_
stream_ from_ iterator - Turns the provided neighbor table entry iterator into an
Eventstream by applying Hanging-Get watch. - event_
stream_ from_ view event_stream_from_view_with_optionswith defaultEntryIteratorOptions.- event_
stream_ from_ view_ with_ options - Connects to the neighbor table entry iterator protocol with
EntryIteratorOptionsand converts the Hanging-Get style API into an Event stream. - open_
entry_ iterator - Dispatches
OpenEntryIteratoron the view proxy.