C# Class CPUCardLib.ApduMsgHelper

通用信息封装
Show file Open project: zifeiniu/CPUCardLib Class Usage Examples

Public Methods

Method Description
GetApduMsg ( Array data ) : CPUCardLib.ApduMsg
GetSendCmdNote ( byte CLA, byte INS ) : string

Private Methods

Method Description
ApduMsgHelper ( ) : System
InitRecMsgDic ( ) : void
InitSendMsgDic ( ) : void

Method Details

GetApduMsg() public static method

public static GetApduMsg ( Array data ) : CPUCardLib.ApduMsg
data Array
return CPUCardLib.ApduMsg

GetSendCmdNote() public static method

public static GetSendCmdNote ( byte CLA, byte INS ) : string
CLA byte
INS byte
return string