• Home
  • Raw
  • Download

Lines Matching refs:token

23      * @param token Id to match req-resp. Value must match the one in req.
28 oneway connectResponse(int32_t token, SapConnectRsp sapConnectRsp, int32_t maxMsgSize);
33 * @param token Id to match req-resp. Value must match the one in req.
35 oneway disconnectResponse(int32_t token);
40 * @param token Id to match req-resp. Value must match the one in req.
43 oneway disconnectIndication(int32_t token, SapDisconnectType disconnectType);
48 * @param token Id to match req-resp. Value must match the one in req.
59 oneway apduResponse(int32_t token,
66 * @param token Id to match req-resp. Value must match the one in req.
77 oneway transferAtrResponse(int32_t token, SapResultCode resultCode, vec<uint8_t> atr);
82 * @param token Id to match req-resp. Value must match the one in req.
92 oneway powerResponse(int32_t token, SapResultCode resultCode);
97 * @param token Id to match req-resp. Value must match the one in req.
106 oneway resetSimResponse(int32_t token, SapResultCode resultCode);
111 * @param token Id to match req-resp. Value must match the one in req.
114 oneway statusIndication(int32_t token, SapStatus status);
119 * @param token Id to match req-resp. Value must match the one in req.
128 oneway transferCardReaderStatusResponse(int32_t token,
135 * @param token Id to match req-resp. Value must match the one in req.
137 oneway errorResponse(int32_t token);
142 * @param token Id to match req-resp. Value must match the one in req.
148 oneway transferProtocolResponse(int32_t token, SapResultCode resultCode);