System.IO.Ports.SerialPortTH3122.SerialPortTH3122 C# (CSharp) Méthode

SerialPortTH3122() public méthode

public SerialPortTH3122 ( String port, Cpu busy, bool fixParity = false ) : System
port String
busy Microsoft.SPOT.Hardware.Cpu
fixParity bool
Résultat System
        public SerialPortTH3122(String port, Cpu.Pin busy, bool fixParity = false)
            : base(new SerialPortConfiguration(port, BaudRate.Baudrate9600, Parity.Even, 8 + (fixParity ? 1 : 0), StopBits.One), busy, 0, imBMW.iBus.Message.PacketLengthMax, 50)
        {
            AfterWriteDelay = 20;
        }
SerialPortTH3122