Method | Description | |
---|---|---|
CheckGasCard ( short com, int baud ) : int | ||
FormatGasCard ( short com, int baud, string kmm, string kh, string dqdm ) : int | ||
OpenCard ( |
航天卡实现,其他不用
|
|
ReadGasCard ( short com, int baud, string &kh, int &ql, decimal &money, short &cs, |
||
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 | |
---|---|---|
ClearCard ( |
||
InitCard ( |
||
ReadCard1 ( int port, int baud, StringBuilder &CardId, long &CardMoney, long &UsedMoney, long &BoughtMoney, int &CardGasCount, StringBuilder &MeterType, int &CardType, long &AlarmValue, long &InputValue, long &OverValue, string &CardCount, StringBuilder &AreaCode, StringBuilder &Regist, double &Price, int &err ) : int | ||
WriteCard ( int Port, int Baud, string CardId, int CardSpare, short CardCount, double Price, string Regist, int AlarmValue, int InputValue, int OverValue, int BuyGasCount, string MeterType, int CardType, string Remarks, int &Err, int OPCode ) : int | ||
readCard ( int PortNo, int Baud, byte &cardNO, int &CardSpare, int &UsedGas, int &BoughtGas, int &GasCount, byte MeterType, int &CardType, int &AlarmValue, System.Int64 &InputValue, int &OverValue, byte &CardCount, byte Remarks, byte Regist, double &Price, int &Err ) : int |
public CheckGasCard ( short com, int baud ) : int | ||
com | short | |
baud | int | |
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, |
||
com | short | |
baud | int | |
kh | string | |
ql | int | |
money | decimal | |
cs | short | |
bkcs | ||
yhh | 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 |