Intel 05-1832-002 User Manual

Page of 564
Voice API for Windows Operating Systems Library Reference — November 2003
95
return the voice firmware version number — ATDX_FWVER( )
ATDX_FWVER( )
return the voice firmware version number
!
!
!
Description
The ATDX_FWVER( ) function returns the voice firmware version number or emulated D/4x 
firmware version number. 
This function returns a 32-bit value in the following format.
TTTT|MMMM|mmmmmmmm|AAAAAAAA|aaaaaaaa
where each letter represents one bit of data with the following meanings:
Name:
long ATDX_FWVER(bddev)
Inputs:
int bddev
valid board device handle
Returns:
D/4x Firmware version if successful
AT_FAILURE if error
Includes:
srllib.h
dxxxlib.h
Category:
Extended Attribute
Mode:
synchronous
Platform:
Springware 
Parameter
Description
bddev 
specifies the valid board device handle obtained when the board was opened 
usin
Letter
Description
Type of Release. Decimal values have the following meanings (example: 0010 
for Alpha release):
0 – Production
1 – Beta
2 – Alpha
3 – Experimental
4 – Special
Major version number for a production release in BCD format. Example: 0011 
for version “3”
Minor version number for a production release in BCD format. Example: 
00000001 for “.10”
Major version number for a non-production release in BCD format. Example: 
00000100 for version “4”
Minor version number for a non-production release in BCD format. Example: 
00000010 for version “.02”