public class RingbufWriteCommand extends QApiCommand<RingbufWriteCommand.Arguments,RingbufWriteCommand.Response>
QApiCommandDescriptor{name=ringbuf-write, returns=null, data={device=str, data=str, *format=DataFormat}}| Modifier and Type | Class and Description |
|---|---|
static class |
RingbufWriteCommand.Arguments
Compound arguments to a RingbufWriteCommand.
|
static class |
RingbufWriteCommand.Response
Response to a RingbufWriteCommand.
|
| Constructor and Description |
|---|
RingbufWriteCommand(RingbufWriteCommand.Arguments argument)
Constructs a new RingbufWriteCommand.
|
RingbufWriteCommand(String device,
String data,
DataFormat format)
Constructs a new RingbufWriteCommand.
|
getArgument, getCommandName, getReturnTypetoStringpublic RingbufWriteCommand(@Nonnull RingbufWriteCommand.Arguments argument)
public RingbufWriteCommand(String device, String data, DataFormat format)