ABNSAM.ABnoteSAM.UpdatePIN C# (CSharp) 메소드

UpdatePIN() 공개 메소드

public UpdatePIN ( string PIN ) : string
PIN string
리턴 string
        public string UpdatePIN(string PIN)
        {
            return Send("80220000" + Util.AddHexLength(PIN));
        }