Class STouchProtocol

java.lang.Object
de.freaklamarsch.systarest.STouchProtocol

public class STouchProtocol
extends java.lang.Object
Contains all parsers for handling commands in the communication protocol used by the S-Touch App. Each parser implements the STouchProtocol.ObjectReaderWriter interface and is responsible for parsing and processing a specific command. This class also provides a centralized map of parsers, the STouchProtocol.STouchCommand enum, and utility methods like getCmdLen.