| Package | Description |
|---|---|
| org.anarres.qemu.qapi.api |
Autogenerated API classes for the QApi protocol.
|
| Modifier and Type | Field and Description |
|---|---|
DataFormat |
RingbufWriteCommand.Arguments.format |
DataFormat |
RingbufReadCommand.Arguments.format |
| Modifier and Type | Method and Description |
|---|---|
static DataFormat |
DataFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataFormat[] |
DataFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Arguments(String device,
long size,
DataFormat format) |
Arguments(String device,
String data,
DataFormat format) |
RingbufReadCommand(String device,
long size,
DataFormat format)
Constructs a new RingbufReadCommand.
|
RingbufWriteCommand(String device,
String data,
DataFormat format)
Constructs a new RingbufWriteCommand.
|