ABNSAM.ABnoteSAM.VerifyPIN C# (CSharp) Method

VerifyPIN() public method

public VerifyPIN ( string PIN ) : string
PIN string
return string
        public string VerifyPIN(string PIN)
        {
            return Send("80200000" + Util.AddHexLength(PIN));
        }