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

public class FormDataRequestCommand extends Object implements MenuCommand
This command represents the form data request that is sent from the remote to the device. When this message is received, the device will immediately respond with a list of UI forms that it has available.
  • Constructor Details

    • FormDataRequestCommand

      public FormDataRequestCommand(String formName)
  • Method Details