Method | Description | |
---|---|---|
CheckGasCard ( |
||
CheckGasCard ( short com, int baud ) : int | ||
FormatGasCard ( |
||
FormatGasCard ( short com, int baud, string kmm, string kh, string dqdm ) : int | ||
GetError ( int errCode ) : string |
根据错误码,该错误码不在GenericService的Errors数组中,数组中的错误,统一处理,此处只返回不在错误列表中的错误信息
|
|
JinKaGY ( ) : System | ||
OpenCard ( |
航天卡实现,其他不用
|
|
ReadGasCard ( short com, int baud, string &kh, int &ql, decimal &money, short &cs ) : int | ||
ReadGasCard ( short com, int baud, string &kh, int &ql, decimal &money, short &cs, |
读卡
|
|
ReadGasCard ( short com, int baud, string &kh, int &ql, decimal &money, short &cs, short &bkcs, string &dm ) : int | ||
Test ( ) : string | ||
WriteGasCard ( short com, int baud, string &kmm, string kh, string dqdm, int ql, int csql, int ccsql, short cs, int ljgql, int bjql, int czsx, int tzed, string sqrq, string cssqrq, int oldprice, int newprice, string sxrq, string sxbj ) : int | ||
WriteNewCard ( short com, int baud, string &kmm, short kzt, string kh, string dqdm, string yhh, string tm, int ql, int csql, int ccsql, short cs, int ljgql, short bkcs, int ljyql, int bjql, int czsx, int tzed, string sqrq, string cssqrq, int oldprice, int newprice, string sxrq, string sxbj ) : int |
Method | Description | |
---|---|---|
Gold_Buycard ( int com, int baud, byte kh, int ql, int cs ) : int | ||
Gold_Formatcard ( int com, int baud, byte kh ) : int | ||
Gold_Readcard ( int com, int baud, byte kh, int &ql, int &cs, int &type ) : int | ||
Gold_Writecard ( int com, int baud, byte kh, int ql, int cs, int type ) : int | ||
ReadCompany ( ) : int | ||
StaticCheckGasCard ( |
||
StaticFormatGasCard ( |
||
StaticReadGasCard ( |
||
StaticWriteGasCard ( |
||
StaticWriteNewCard ( |
public CheckGasCard ( |
||
com | ||
baud | ||
return | int |
public CheckGasCard ( short com, int baud ) : int | ||
com | short | |
baud | int | |
return | int |
public FormatGasCard ( |
||
com | ||
baud | ||
kmm | string | |
kh | string | |
dqdm | string | |
return | int |
public FormatGasCard ( short com, int baud, string kmm, string kh, string dqdm ) : int | ||
com | short | |
baud | int | |
kmm | string | |
kh | string | |
dqdm | string | |
return | int |
public OpenCard ( |
||
com | 串口号,0代表串口1 | |
baud | ||
return | int |
public ReadGasCard ( short com, int baud, string &kh, int &ql, decimal &money, short &cs ) : int | ||
com | short | |
baud | int | |
kh | string | |
ql | int | |
money | decimal | |
cs | short | |
return | int |
public ReadGasCard ( short com, int baud, string &kh, int &ql, decimal &money, short &cs, |
||
com | short | 串口号,0代表串口1 |
baud | int | |
kh | string | 卡号 |
ql | int | 气量 |
money | decimal | 金额 |
cs | short | 次数 |
bkcs | 补卡次数 | |
yhh | string | 用户号 |
return | int |
public ReadGasCard ( short com, int baud, string &kh, int &ql, decimal &money, short &cs, short &bkcs, string &dm ) : int | ||
com | short | |
baud | int | |
kh | string | |
ql | int | |
money | decimal | |
cs | short | |
bkcs | short | |
dm | string | |
return | int |
public WriteGasCard ( short com, int baud, string &kmm, string kh, string dqdm, int ql, int csql, int ccsql, short cs, int ljgql, int bjql, int czsx, int tzed, string sqrq, string cssqrq, int oldprice, int newprice, string sxrq, string sxbj ) : int | ||
com | short | |
baud | int | |
kmm | string | |
kh | string | |
dqdm | string | |
ql | int | |
csql | int | |
ccsql | int | |
cs | short | |
ljgql | int | |
bjql | int | |
czsx | int | |
tzed | int | |
sqrq | string | |
cssqrq | string | |
oldprice | int | |
newprice | int | |
sxrq | string | |
sxbj | string | |
return | int |
public WriteNewCard ( short com, int baud, string &kmm, short kzt, string kh, string dqdm, string yhh, string tm, int ql, int csql, int ccsql, short cs, int ljgql, short bkcs, int ljyql, int bjql, int czsx, int tzed, string sqrq, string cssqrq, int oldprice, int newprice, string sxrq, string sxbj ) : int | ||
com | short | |
baud | int | |
kmm | string | |
kzt | short | |
kh | string | |
dqdm | string | |
yhh | string | |
tm | string | |
ql | int | |
csql | int | |
ccsql | int | |
cs | short | |
ljgql | int | |
bkcs | short | |
ljyql | int | |
bjql | int | |
czsx | int | |
tzed | int | |
sqrq | string | |
cssqrq | string | |
oldprice | int | |
newprice | int | |
sxrq | string | |
sxbj | string | |
return | int |