Class SerialMessage

  • All Implemented Interfaces:
    Message

    public class SerialMessage
    extends AbstractMRMessage
    Contains the data payload of a serial packet.

    Note that only the payload, not the header or trailer, nor the padding DLE characters are included. These are added during transmission.

    • Constructor Detail

      • SerialMessage

        public SerialMessage​(java.lang.String m)
        This ctor interprets the String as the exact sequence to send, byte-for-byte.
        Parameters:
        m - message string.
      • SerialMessage

        public SerialMessage​(byte[] a)
        This ctor interprets the byte array as a sequence of characters to send.
        Parameters:
        a - Array of bytes to send