card_apply.h

来自「税控收款机源码:拼音输入法,LCD,VFD驱动,IC卡驱动,税控国标」· C头文件 代码 · 共 33 行

H
33
字号
#ifndef __CARD_APPLY_H__
#define __CARD_APPLY_H__
#include	"config.h"

uchar get_audit_fileindex(uchar *index);

uchar audit_day_record(uchar *start_date,uchar *end_date,uchar chk_type,uchar mode);
uchar audit_duty_data(uint start_period,uint end_period,uchar chk_type);
uchar audit_list_record(uchar *start_date,uchar *end_date,uchar chk_type);

uchar calc_fwm(struct record_struct* record,ulong *  class_money);
uchar calc_stat(uchar *buf_start,uchar *buf_end,ulong *normal_num,
		uint *red_num,uint *resc_num,
		ulong *normal_money,ulong *red_money);
uchar card_declare_duty(uchar *start_date,uchar *end_date);
uchar check_audit_card(uchar xdata *chk_wd);
uchar check_pin();
uchar check_user_card(void);
uchar check_user_card_get_fileid(uchar *fileId,uchar mode);

uchar get_invoice_nb(uchar invo_num,uchar *p);
uchar get_invoice_roll_info(struct invoice_roll_info_struct * invoice_roll_info);
uchar input_card_pin(uchar len,uchar * receiver_no);
uchar input_invoice_nb(struct distribute_invoice_struct* distribute_invoice,
					   uchar index_no);
uchar is_collected();
uchar read_control_msg(uchar mode);
uchar statist_tax(uchar *buf_start,uchar *buf_end,uchar *data_out);
uchar update_control_msg(void);
uchar verify_pin(uchar len,uchar *pinbuf);


#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?