Page 1 of 1

GetDeviceStatus

PostPosted: Fri 4. Sep 2009, 15:51
by Fischer
Hello,
what are the differences between GetDeviceStatus and GetDeviceStatusEx ?
When i use GetDeviceStatus, result contains nothing.
When i use GetDeviceStatusEx, it crashes !
I used them with an ITrans USB device.

How can i retreive information about dll version, sw version , device status.
I use the C DLL functions.
Regards.

Re: GetDeviceStatus

PostPosted: Sun 6. Sep 2009, 14:41
by IRTrans
Hmm, I will need to look that up ...

Why do you need that function - in most cases it is not needed ...

IRTrans

Re: GetDeviceStatus

PostPosted: Sun 6. Sep 2009, 21:31
by Fischer
Hi,
i do not really need it.
I just want to if devices are well working : if devices are able to send ir commands.

So if i can get some status from devices (and not from irserver) it will be helpfull.

Thanks

Re: GetDeviceStatus

PostPosted: Mon 7. Sep 2009, 11:31
by IRTrans
That call will not help you to do that - the information is received once by the irserver and then cached by the irserver.

IRTrans

Re: GetDeviceStatus

PostPosted: Mon 7. Sep 2009, 12:53
by Fischer
Hi,
however when i use GetDeviceStatus, result contains nothing.
Regards