Class StopSizeCommand

    • Constructor Detail

      • StopSizeCommand

        public StopSizeCommand​(int[] bytes)
        Decoding constructor.
        Parameters:
        bytes - encoded option starting with the COM-PORT-OPTION byte NullPointerException if bytes is null IllegalArgumentException if bytes has length != 3 IllegalArgumentException if bytes[0] is not RFC2217.COM_PORT_OPTION IllegalArgumentException if bytes[1] is not RFC2217.SET_STOPSIZE (client or server) IllegalArgumentException if bytes[2] is not a valid RFC 2217 stop size value
      • StopSizeCommand

        public StopSizeCommand​(boolean client,
                               int stopSize)
        Encoding constructor.
        Parameters:
        stopSize - stop size value
        client - true for the client-to-server command, false for the server-to-client command IllegalArgumentException if stopSize is not a valid RFC 2217 stop size value