ModbusRTUMaster.this

  1. this(string port, uint baudrate, string mode)
  2. this(string port, string mode)
  3. this(string port, uint baudrate, void delegate(Duration) sf, SpecRules sr)
  4. this(string port, SerialPort.Config cfg, void delegate(Duration) sf, SpecRules sr)
    class ModbusRTUMaster
    this
    (
    string port
    ,
    SerialPort.Config cfg
    ,
    void delegate
    (
    Duration
    )
    sf = null
    ,
    SpecRules sr = null
    )
  5. this(SerialPort sp, void delegate(Duration) sf, SpecRules sr)

Meta