|
|
@@ -31,6 +31,7 @@ using namespace PinPad;
|
|
|
#define ALLOW_MULTI_NETWORKD_CARDS
|
|
|
#endif // RVC_OS_WIN
|
|
|
|
|
|
+//TODO: rm [Gifur@2025725]
|
|
|
int HexBuf2StrBuf(PBYTE hexBuf, char** strBuf, DWORD len)
|
|
|
{
|
|
|
char* tmpStr = *strBuf;
|
|
|
@@ -41,6 +42,8 @@ int HexBuf2StrBuf(PBYTE hexBuf, char** strBuf, DWORD len)
|
|
|
}
|
|
|
return 0;
|
|
|
}
|
|
|
+
|
|
|
+//TODO: rm [Gifur@2025725]
|
|
|
int StrBuf2HexBuf(LPCTSTR strBuf, PBYTE* hexBuf)
|
|
|
{
|
|
|
int len = strlen(strBuf);
|