Expand description
Fuchsia netdevice session.
Structs§
- Buffer
- The buffer that can be used by the
Session
. - Config
- Session configuration.
- Derivable
Config - Basic session configuration that can be given to
DeviceInfo
to generateConfig
s. - Device
Base Info - Network device base info with all required fields.
- Device
Info - Network device information with all required fields.
- Port
- A port of the device.
- RxLease
- An RAII lease possibly keeping the system from suspension.
- Session
- A session between network device client and driver.
- Task
- The backing task that drives the session.
Enums§
- Device
Base Info Missing Field Error - Missing fields in
DeviceBaseInfo
. - Device
Base Info Validation Error - Errors validating
DeviceBaseInfo
. - Device
Info Missing Field Error - Missing fields in
DeviceInfo
. - Device
Info Validation Error - Errors validating
DeviceInfo
. - Rx
- A tag to related types for Rx allocations.
- Tx
- A tag to related types for Tx allocations.