Request that the device scan the card.
int scanCard()
Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.
Request that the device stop scanning the card.
int cancelScanCard()
Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.
Pause the device's card service.
int pauseCardService()
Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.
Resume the device's card service.
int resumeCardService()
Returns “SUCCESS” if successfully launched; returns the corresponding error code if an error occurs.