ioctl(ixj, IXJCTL_DSP_VERSION, 0)
Return Value
Returns a 32-bit word holding the DSP version.
Parameters
Must be set to zero for historical reasons.
Remarks
Returns the version of the DSP firmware. Returned values are 0x0112, 0x0114, 0x0115 and 0x0117.
Previous versions of this call returned the information via the second parameter using an unsigned 16 bit value. The method is no longer used.
See Also:
Example:
int ver; ver = ioctl(ixj, IXJCTL_DSP_VERSION, 0); printf("DSP Version 0x%x\n", ver);
©1996-2001 Quicknet Technologies, Inc.