blob: 7a3aa1aac29ba6c101a7e9394944234da1b9a216 [file] [log] [blame]
// Copyright 2019 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// https://wicg.github.io/serial
dictionary SerialOutputSignals {
// DTR (Data Terminal Ready)
boolean dtr;
// RTS (Request to Send)
boolean rts;
// BRK (Break)
boolean brk;
};