Class SerialReply

  • All Implemented Interfaces:
    Message

    public class SerialReply
    extends AbstractMRReply
    Contains the data payload of a serial reply packet. Note that it's _only_ the payload.
    • Constructor Detail

      • SerialReply

        public SerialReply()
        Create a new SerialReply instance.
      • SerialReply

        public SerialReply​(SerialReply l)
        Copy a Reply to a new SerialReply instance.
        Parameters:
        l - the reply to copy
      • SerialReply

        public SerialReply​(java.lang.String s)
        Create a new SerialReply instance from a string.
        Parameters:
        s - String to use as reply content