Class FormGetNamesResponseCommand

java.lang.Object
com.thecoderscorner.menu.remote.commands.FormGetNamesResponseCommand
All Implemented Interfaces:
MenuCommand

public class FormGetNamesResponseCommand extends Object implements MenuCommand
Sent from the device to the remote when the FormGetNamesRequestCommand is received by the device. It sends back a list of names of forms within the devices flash.
  • Constructor Details

    • FormGetNamesResponseCommand

      public FormGetNamesResponseCommand(List<String> formNames)
  • Method Details