Namespaces
Enumerations
enum PipeCmdCode
| Name | Value |
|---|---|
| kOpen | 1u |
| kClose | 2u |
| kPoll | 3u |
| kWrite | 4u |
| kWakeOnWrite | 5u |
| kRead | 6u |
| kWakeOnRead | 7u |
| kCall | 11u |
Codes for supported pipe commands.
Defined at line 18 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/common_types.h
enum PipeWakeFlag
| Name | Value |
|---|---|
| kClosed | 1u |
| kRead | 2u |
| kWrite | 4u |
Pipe device wake flags.
Defined at line 54 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/common_types.h
enum PipeError
| Name | Value |
|---|---|
| kInval | -1 |
| kAgain | -2 |
| kNomem | -3 |
| kIo | -4 |
Pipe command errors. 0 is success.
Defined at line 80 of file fidling/gen/sdk/fidl/fuchsia.hardware.goldfish.pipe/fuchsia.hardware.goldfish.pipe/cpp/fidl/fuchsia.hardware.goldfish.pipe/cpp/common_types.h