Class FormGetNamesResponseCommand
java.lang.Object
com.thecoderscorner.menu.remote.commands.FormGetNamesResponseCommand
- All Implemented Interfaces:
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
-
-
Method Details
-
getFormNames
-
equals
-
hashCode
public int hashCode() -
toString
-
getCommandType
Description copied from interface:MenuCommandThe type of message received.- Specified by:
getCommandTypein interfaceMenuCommand- Returns:
- the command type
-