- implement open/close function
Change-Id: Ifb078b9ff9cb0f6644c8572b21abbdadcc4ba415
Signed-off-by: Ji-hoon Jung <jh8801.jung@samsung.com>
_END();
}
+ bool UICCTerminal::open()
+ {
+ /* no need to open */
+ return true;
+ }
+
+ void UICCTerminal::close()
+ {
+ /* no need to close */
+ }
+
int UICCTerminal::transmitSync(const ByteArray &command,
ByteArray &response)
{
bool initialize();
void finalize();
+ bool open();
+ void close();
+
bool isSecureElementPresence() const;
int transmitSync(const ByteArray &command, ByteArray &response);