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)
    class ModbusRTUMaster
    this
    (
    string port
    ,,
    void delegate
    (
    Duration
    )
    sf
    ,
    SpecRules sr = null
    )
  4. this(string port, SerialPort.Config cfg, void delegate(Duration) sf, SpecRules sr)
  5. this(SerialPort sp, void delegate(Duration) sf, SpecRules sr)

Meta