Author Message
RicardoRoque
Joined: Mar 18, 2014
Messages: 6
Offline

I'm developing a application for linux and all the examples are for windows.

I having a problem when I try to read the file of comunication between my app and AES.

Here is a pice of my code:
...

int acs_fd = vacsGetFile(acsHandle); ///here return number 3 that I saw is OK

int retIO = ioctl(acs_fd, Here I try a lot of option); // Always return -1

...

All the examples I saw use like this int retIO = ioctl(acs_fd,I_SETSIG, S_RDNORM);

but I don't have this I_SETSIG, S_RDNORM.

Sameone had this problem and can help me?

tks

RicardoRoque
Joined: Mar 18, 2014
Messages: 6
Offline

I solve this problem, I thought tsapi needs this command to receive AES details, but it is not true, I only need acsgetEventPoll.

That is the way I solve my problem.


tks
Go to:   
Mobile view