ABNSAM.ABnoteSAM.CheckAppletVersion C# (CSharp) Method

CheckAppletVersion() public method

public CheckAppletVersion ( ) : bool
return bool
        public bool CheckAppletVersion()
        {
            if (appletVersion == "")
            {
                appletVersion = Send("8090000003").Substring(0,6);
            }
            return appletVersion == Version;
        }