SerialPort.this

  1. this(string port, Config conf, void delegate() yh)
  2. this(string port, uint baudRate, void delegate() yh)
  3. this(string port, uint baudRate, Parity parity, void delegate() yh)
  4. this(string port, uint baudRate, Parity parity, DataBits dataBits, StopBits stopBits, void delegate() yh)
    class SerialPort
    this
    (
    string port
    ,,,,,
    void delegate
    ()
    yh = null
    )

Meta