Card.XiMei.FormatGasCard C# (CSharp) Метод

FormatGasCard() публичный Метод

public FormatGasCard ( Int16 com, Int32 baud, string kmm, string kh, string dqdm ) : int
com System.Int16
baud System.Int32
kmm string
kh string
dqdm string
Результат int
        public int FormatGasCard(Int16 com,          //串口号,从0开始
            Int32 baud,         //波特率
            string kmm,         //卡密码,写卡后返回新密码
            string kh,          //卡号
            string dqdm)
        {
            int icdev = ICXiMInit(com, baud);
            Log.Debug("XiMei Clear card start");
            int i = Sle4442_ClearCard();
            Log.Debug("XiMei Cleat card end  and ret  is" + i);
          
            return i;
        }
        //判卡