Prosoft-technology MVI69-ADMNET Manuel d'utilisateur Page 75

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 122
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 74
MVI-ADMNET 'C' Programmable Application Development Function Library - ADMNET API
'C' Programmable Application Development Module with Ethernet Developer's Guide
ProSoft Technology, Inc. Page 75 of 122
February 20, 2013
5.6 ADMNET API Miscellaneous Functions
ADM_NET_GetVersionInfo
Syntax
void ADM_NET_GetVersionInfo(ADMNETVERSIONINFO* admnet_verinfo);
Parameters
admnet_verinfo
Pointer to structure of type ADMNETVERSIONINFO.
Description
ADM_GetVersionInfo retrieves the current version of the ADMNET API library.
The information is returned in the structure admnet_verinfo.
The ADMVERSIONINFO structure is defined as follows:
typedef struct
{
char APISeries[4];
short APIRevisionMajor;
short APIRevisionMinor;
long APIRun;
}ADMNETVERSIONINFO;
Return Value
None
Example
ADMNETVERSIONINFO verinfo;
/* print version of API library */
ADM_NET_GetVersionInfo(& verinfo);
printf("Revision %d.%d\n", verinfo.APIRevisionMajor, verinfo.APIRevisionMinor);
Vue de la page 74
1 2 ... 70 71 72 73 74 75 76 77 78 79 80 ... 121 122

Commentaires sur ces manuels

Pas de commentaire