sub_get_version

Top  Previous  Next
Got to SUB-20 page

Synopsis

const struct sub_version* sub_get_version( sub_handle hndl );

 

Get version of shared (DLL) or static library, driver, SUB-20 device and bootloader.

Return value

Function fills internal structure with gathered versions and returns pointer to this structure.

Example

const struct sub_version* sub_ver;

sub_ver = sub_get_version( hndl );