Class Mx1Message

  • All Implemented Interfaces:
    java.io.Serializable

    public class Mx1Message
    extends NetMessage
    Represents a single command or response to the Zimo Binary Protocol.

    Content is represented with ints to avoid the problems with sign-extension that bytes have, and because a Java char is actually a variable number of bytes in Unicode.

    See Also:
    Serialized Form