Operating systems, development tools, and professional services
for connected embedded systems
for connected embedded systems
![]() |
![]() |
![]() |
![]() |
PhLibVersion()
Get the version number of the Photon libraries
Synopsis:
unsigned PhLibVersion( void );
Library:
ph
Description:
This function returns the version of the Photon library that the calling application is using.
You can use Ph_LIB_VERSION (defined in <PhT.h>) to determine the Photon library version when you're compiling.
Returns:
The version number of the Photon libraries, expressed as:
major version * 100 + minor version
Classification:
Photon
| Safety: | |
|---|---|
| Interrupt handler | No |
| Signal handler | No |
| Thread | No |
See also:
"Photon libraries" in the Introduction chapter of the Photon Programmer's Guide
![]() |
![]() |
![]() |
![]() |

![[Previous]](../prev.gif)
![[Contents]](../contents.gif)
![[Index]](../keyword_index.gif)
![[Next]](../next.gif)