Example #1
0
        public YModem(TransmitMode transType, YModemType ymodemType, int reTryCount)
        {
            RetryMax = reTryCount;

            ymodemInfo.Type      = ymodemType;
            ymodemInfo.TransMode = transType;
        }
Example #2
0
 public YModemInfo(YModemType type, TransmitMode transType)
 {
     _YModemType = type;
     _TransType  = transType;
 }