Class ADWPCommand

java.lang.Object
org.eclipse.m2m.atl.debug.core.adwp.ADWPCommand

public class ADWPCommand extends Object
A command part of the ADWP protocol.
  • 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