OxSerialPort.this

Create new serial port

  1. this(string portName, Speed speed, Parity parity, uint timeOut)
    struct OxSerialPort
    pure nothrow
    this
    (
    string portName
    ,
    Speed speed = Speed.S9600
    ,,
    uint timeOut = 0
    )
  2. this(string portName, uint speed, string parity, uint timeOut)
  3. this(Bundle bundle)

Meta