Ejemplo n.º 1
0
        public static bool Send_DriveRecordDownCMDDown_CharacterQuotient(string sysflag, string token, long cid, long tno, uint quotient)
        {
            QMDPartnerPackage package = RequestPackage.getDriveRecordDownCMDDown_CharacterQuotient(tno, quotient);

            return(RDSConfig.SendMsg(sysflag, token, cid, package));
        }