public class ADWPCommand
extends Object
A command part of the ADWP protocol.
-
Constructor Summary
Constructors
-
Method Summary
-
Constructor Details
-
ADWPCommand
public ADWPCommand(int code,
int ack,
List<Value> args)
Creates a new command.
- Parameters:
code
- the command code
ack
- the command ack
args
- the Value
arguments of the command
-
Method Details
-
getCode
public int getCode()
-
getAck
public int getAck()
-
-