Class TagValMenuCommandProcessors

java.lang.Object
com.thecoderscorner.menu.remote.protocol.TagValMenuCommandProcessors

public class TagValMenuCommandProcessors extends Object
A series of protocol handlers for most of the common tag value messages. This is currently the default protocol. Example of this format: "0=123|1=234~" where key 0 is 123 and key 1 is 234, tilde indicates the end of the message.
See Also:
  • Constructor Details

    • TagValMenuCommandProcessors

      public TagValMenuCommandProcessors()
  • Method Details