Previous topicNext topic
 XXXX Help
Help > Modules > pboc module >

Function

     When pboc processes request for on-line operation(onAARequestOnlineProcess()) and the value is returned, the online data is passed into the process through this interface.

 Parameter

ParaName

Type

Description

respData

Intent

PBOCInputOnlineData class is suggested for data setting.

 

     Return value

     

Return value

Description

null

Notice: After online manipulation, this interface will be called at the second time of GAC.

InputPBOCOnlineData onlineData = new InputPBOCOnlineData();
onlineData.setResponseCode("39域返回码,比如00");
onlineData.setAuthCode("91tag返回值,不包括TAG,只需要数据");
onlineData.setICData("71/72tag返回值,包括71/72整个TLV数据");
ServiceManager.getInstence().getPboc().inputOnlineProcessResult(onlineData.getIntent());