com.pax.dal.entity
Class ApduRespInfo
- java.lang.Object
-
- com.pax.dal.entity.ApduRespInfo
-
public class ApduRespInfo extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor and Description ApduRespInfo()ApduRespInfo(byte swA, byte swB, byte[] dataOut, int lenOut)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method and Description byte[]getDataOut()获取返回数据get dataintgetLenOut()Deprecated.bytegetSwA()获取swAget swAbytegetSwB()获取swBget swBvoidsetDataOut(byte[] dataOut)设置返回数据set datavoidsetLenOut(int lenOut)Deprecated.voidsetSwA(byte swA)设置swAset swAvoidsetSwB(byte swB)设置swBset swB
-
-
-
Constructor Detail
-
ApduRespInfo
public ApduRespInfo()
-
ApduRespInfo
public ApduRespInfo(byte swA, byte swB, byte[] dataOut, int lenOut)
-
-
Method Detail
-
getDataOut
public byte[] getDataOut()
获取返回数据get data- Returns:
-
setDataOut
public void setDataOut(byte[] dataOut)
设置返回数据set data- Parameters:
dataOut-
-
getLenOut
public int getLenOut()
Deprecated.获取返回数据长度get data length- Returns:
-
setLenOut
public void setLenOut(int lenOut)
Deprecated.设置返回数据长度set data length- Parameters:
lenOut-
-
getSwA
public byte getSwA()
获取swAget swA- Returns:
-
setSwA
public void setSwA(byte swA)
设置swAset swA- Parameters:
swA-
-
getSwB
public byte getSwB()
获取swBget swB- Returns:
-
setSwB
public void setSwB(byte swB)
设置swBset swB- Parameters:
swB-
-
-