C# Class Card.HuaQing

Inheritance: ICard
Afficher le fichier Open project: DuBin1988/newsellinggas

Méthodes publiques

Méthode Description
CheckGasCard ( Int16 com, Int32 baud ) : int
FormatGasCard ( Int16 com, Int32 baud, string kmm, string kh, string dqdm ) : int
OpenCard ( Int16 com, Int32 baud ) : int

航天卡实现,其他不用

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 klx, string meterid ) : int

Private Methods

Méthode Description
asc_hex ( byte data_buffer, byte data_buffer1, Int16 length ) : Int16
csc_4442 ( int icdev, Int16 len, byte data_buffer ) : Int16
hex_asc ( byte data_buffer, byte data_buffer1, Int16 length ) : Int16
ic_exit ( int icdev ) : int
ic_init ( Int16 com, Int32 baud ) : int
srd_4442 ( int icdev, Int16 offset, Int16 len, byte data_buffer ) : Int16
swr_4442 ( int icdev, Int16 offset, Int16 len, byte data_buffer ) : Int16
wsc_4442 ( int icdev, Int16 len, byte data_buffer ) : Int16

Method Details

CheckGasCard() public méthode

public CheckGasCard ( Int16 com, Int32 baud ) : int
com System.Int16
baud System.Int32
Résultat int

FormatGasCard() public méthode

public FormatGasCard ( Int16 com, Int32 baud, string kmm, string kh, string dqdm ) : int
com System.Int16
baud System.Int32
kmm string
kh string
dqdm string
Résultat int

OpenCard() public méthode

航天卡实现,其他不用
public OpenCard ( Int16 com, Int32 baud ) : int
com System.Int16 串口号,0代表串口1
baud System.Int32
Résultat int

ReadGasCard() public méthode

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
Résultat int

Test() public méthode

public Test ( ) : string
Résultat string

WriteGasCard() public méthode

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
Résultat int

WriteNewCard() public méthode

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 klx, string meterid ) : 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
klx int
meterid string
Résultat int