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 Details

    • SerialReply

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

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

      public SerialReply(String s)
      Create a new SerialReply instance from a string.
      Parameters:
      s - String to use as reply content
  • Method Details